00001 /* ============= 00002 * apeNEXT/nlibc 00003 * ============= 00004 * 00005 * $Id: endian.h,v 2.2 2005/10/24 09:50:57 pleiter Exp $ 00006 * -------------------------------------------------------------------------- */ 00007 00008 #ifndef _NLIBC_ENDIAN_H 00009 #define _NLIBC_ENDIAN_H 00010 00011 #include <nlibc.h> 00012 00013 #define LITTLE_ENDIAN 1234 00014 #define BIG_ENDIAN 4321 00015 00017 #define BYTE_ORDER LITTLE_ENDIAN 00018 00019 #endif /* _NLIBC_ENDIAN_H */