[ALSA] remove unused snd_minor.name field
[deliverable/linux.git] / include / asm-m32r / byteorder.h
1 #ifndef _ASM_M32R_BYTEORDER_H
2 #define _ASM_M32R_BYTEORDER_H
3
4 /* $Id$ */
5
6 #include <asm/types.h>
7
8 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
9 # define __BYTEORDER_HAS_U64__
10 # define __SWAB_64_THRU_32__
11 #endif
12
13 #if defined(__LITTLE_ENDIAN__)
14 # include <linux/byteorder/little_endian.h>
15 #else
16 # include <linux/byteorder/big_endian.h>
17 #endif
18
19 #endif /* _ASM_M32R_BYTEORDER_H */
This page took 0.032628 seconds and 5 git commands to generate.