skin engine: Relax the AA load width/height checks
[maemo-rb.git] / firmware / test / fat / autoconf.h
blobe5a91790aff16cf1f738858caec01f3587617410
1 /* fake autoconf for fat testing */
3 #ifndef __BUILD_AUTOCONF_H
4 #define __BUILD_AUTOCONF_H
6 /* assume little endian for now */
7 #define ROCKBOX_LITTLE_ENDIAN 1
9 #endif