mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 01:40:28 +03:00
7 lines
137 B
C
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 */
|