#ifndef __ASM_SH_BYTEORDER_H #define __ASM_SH_BYTEORDER_H #ifdef __LITTLE_ENDIAN__ #include #else #include #endif #endif /* __ASM_SH_BYTEORDER_H */