]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/sh/include/asm/byteorder.h
drm/i915: lock correct mutex around object unreference.
[linux-2.6-omap-h63xx.git] / arch / sh / include / asm / byteorder.h
1 #ifndef __ASM_SH_BYTEORDER_H
2 #define __ASM_SH_BYTEORDER_H
3
4 #include <asm/swab.h>
5
6 #ifdef __LITTLE_ENDIAN__
7 #include <linux/byteorder/little_endian.h>
8 #else
9 #include <linux/byteorder/big_endian.h>
10 #endif
11
12 #endif /* __ASM_SH_BYTEORDER_H */