Staging: hv: mousevsc: Change the allocation flags to reflect interrupt context
[zen-stable.git] / arch / xtensa / include / asm / types.h
blobb1c981e39b52b1544a1dac3b0e4cc22f2510c36e
1 /*
2 * include/asm-xtensa/types.h
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
11 #ifndef _XTENSA_TYPES_H
12 #define _XTENSA_TYPES_H
14 #include <asm-generic/int-ll64.h>
16 #ifdef __ASSEMBLY__
17 # define __XTENSA_UL(x) (x)
18 # define __XTENSA_UL_CONST(x) x
19 #else
20 # define __XTENSA_UL(x) ((unsigned long)(x))
21 # define __XTENSA_UL_CONST(x) x##UL
22 #endif
24 #ifndef __ASSEMBLY__
26 typedef unsigned short umode_t;
29 * These aren't exported outside the kernel to avoid name space clashes
31 #ifdef __KERNEL__
33 #define BITS_PER_LONG 32
35 #endif /* __KERNEL__ */
36 #endif
38 #endif /* _XTENSA_TYPES_H */