These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / h8300 / include / asm / byteorder.h
1 #ifndef __H8300_BYTEORDER_H__
2 #define __H8300_BYTEORDER_H__
3
4 #define __BIG_ENDIAN __ORDER_BIG_ENDIAN__
5 #include <linux/byteorder/big_endian.h>
6
7 #endif