xref: /illumos-gate/usr/src/grub/grub-0.97/netboot/i386_endian.h (revision 5bbb4db2c3f208d12bf0fd11769728f9e5ba66a2)
1 #ifndef ETHERBOOT_BITS_ENDIAN_H
2 #define ETHERBOOT_BITS_ENDIAN_H
3 
4 #define __BYTE_ORDER __LITTLE_ENDIAN
5 
6 #endif /* ETHERBOOT_BITS_ENDIAN_H */
7