#ifndef __ASM_BYTEORDER_H #define __ASM_BYTEORDER_H #include #if __BYTE_ORDER == __LITTLE_ENDIAN #include #else #include #endif #endif