#ifndef ETHERBOOT_BITS_ENDIAN_H
#define ETHERBOOT_BITS_ENDIAN_H

#define __BYTE_ORDER __LITTLE_ENDIAN

#endif /* ETHERBOOT_BITS_ENDIAN_H */