source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/bits/endian.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 173 bytes
Line 
1#ifndef ETHERBOOT_BITS_ENDIAN_H
2#define ETHERBOOT_BITS_ENDIAN_H
3
4FILE_LICENCE ( GPL2_OR_LATER );
5
6#define __BYTE_ORDER __LITTLE_ENDIAN
7
8#endif /* ETHERBOOT_BITS_ENDIAN_H */
Note: See TracBrowser for help on using the repository browser.