]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/h8300/include/asm/byteorder.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / 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