c01b91e758
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29457 a1c6a512-1295-4272-9138-f99709370657
9 lines
167 B
C
9 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
|