GNU Linux-libre 4.9.294-gnu1
[releases.git] / arch / xtensa / include / uapi / asm / types.h
1 /*
2  * include/asm-xtensa/types.h
3  *
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.
7  *
8  * Copyright (C) 2001 - 2005 Tensilica Inc.
9  */
10
11 #ifndef _UAPI_XTENSA_TYPES_H
12 #define _UAPI_XTENSA_TYPES_H
13
14 #include <asm-generic/int-ll64.h>
15
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 # define __XTENSA_UL_CONST(x)   ___XTENSA_UL_CONST(x)
23 #endif
24
25 #ifndef __ASSEMBLY__
26
27 #endif
28
29 #endif /* _UAPI_XTENSA_TYPES_H */