Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linville/wirele...
[pandora-kernel.git] / arch / parisc / include / asm / types.h
1 #ifndef _PARISC_TYPES_H
2 #define _PARISC_TYPES_H
3
4 #include <asm-generic/int-ll64.h>
5
6 #ifndef __ASSEMBLY__
7
8 typedef unsigned short umode_t;
9
10 #endif /* __ASSEMBLY__ */
11
12 #endif