Files
ipxe/src/arch/e1/include/bits/endian.h
2005-03-08 18:53:11 +00:00

7 lines
137 B
C

#ifndef ETHERBOOT_BITS_ENDIAN_H
#define ETHERBOOT_BITS_ENDIAN_H
#define __BYTE_ORDER __BIG_ENDIAN
#endif /* ETHERBOOT_BITS_ENDIAN_H */