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

7 lines
140 B
C

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