Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / m32r / include / asm / types.h
blobbd0035597b3bcf65ce82150cfaffc50f97a97348
1 #ifndef _ASM_M32R_TYPES_H
2 #define _ASM_M32R_TYPES_H
4 #include <asm-generic/int-ll64.h>
6 #ifndef __ASSEMBLY__
8 typedef unsigned short umode_t;
10 #endif /* __ASSEMBLY__ */
13 * These aren't exported outside the kernel to avoid name space clashes
15 #ifdef __KERNEL__
17 #define BITS_PER_LONG 32
19 #endif /* __KERNEL__ */
21 #endif /* _ASM_M32R_TYPES_H */