summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/x86/include/bits/endian.h
blob: 85718cfdd33b82d1cc2526438ffbb747ff6d555f (plain)
1
2
3
4
5
6
7
8
#ifndef _BITS_ENDIAN_H
#define _BITS_ENDIAN_H

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#define __BYTE_ORDER __LITTLE_ENDIAN

#endif /* _BITS_ENDIAN_H */