summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/x86_64/include/bits/endian.h
blob: 413e702dbaa767f12e983696791ca57c4e9b623c (plain)
1
2
3
4
5
6
#ifndef ETHERBOOT_BITS_ENDIAN_H
#define ETHERBOOT_BITS_ENDIAN_H

#define __BYTE_ORDER __LITTLE_ENDIAN

#endif /* ETHERBOOT_BITS_ENDIAN_H */