diff options
Diffstat (limited to 'arch/cris/include/uapi/asm/byteorder.h')
-rw-r--r-- | arch/cris/include/uapi/asm/byteorder.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/cris/include/uapi/asm/byteorder.h b/arch/cris/include/uapi/asm/byteorder.h new file mode 100644 index 000000000000..bcd189798e26 --- /dev/null +++ b/arch/cris/include/uapi/asm/byteorder.h @@ -0,0 +1,8 @@ +#ifndef _CRIS_BYTEORDER_H +#define _CRIS_BYTEORDER_H + +#include <linux/byteorder/little_endian.h> + +#endif + + |