summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/endian.h
blob: 72279117dfa919c4e476d0102a1f667e81f196c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _BITS_ENDIAN_H
#define _BITS_ENDIAN_H

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#define __BYTE_ORDER __LITTLE_ENDIAN

#endif /* _BITS_ENDIAN_H */