Merge branch 'topic/hda-gateway' into topic/hda
[deliverable/linux.git] / include / asm-m32r / byteorder.h
1 #ifndef _ASM_M32R_BYTEORDER_H
2 #define _ASM_M32R_BYTEORDER_H
3
4 #include <asm/swab.h>
5
6 #if defined(__LITTLE_ENDIAN__)
7 # include <linux/byteorder/little_endian.h>
8 #else
9 # include <linux/byteorder/big_endian.h>
10 #endif
11
12 #endif /* _ASM_M32R_BYTEORDER_H */
This page took 0.047586 seconds and 6 git commands to generate.