10 lines
167 B
C
10 lines
167 B
C
|
/* fake autoconf for fat testing */
|
||
|
|
||
|
#ifndef __BUILD_AUTOCONF_H
|
||
|
#define __BUILD_AUTOCONF_H
|
||
|
|
||
|
/* assume little endian for now */
|
||
|
#define ROCKBOX_LITTLE_ENDIAN 1
|
||
|
|
||
|
#endif
|