]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/include/asm/posix_types_x32.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[karo-tx-linux.git] / arch / x86 / include / asm / posix_types_x32.h
1 #ifndef _ASM_X86_POSIX_TYPES_X32_H
2 #define _ASM_X86_POSIX_TYPES_X32_H
3
4 /*
5  * This file is only used by user-level software, so you need to
6  * be a little careful about namespace pollution etc.  Also, we cannot
7  * assume GCC is being used.
8  *
9  * These types should generally match the ones used by the 64-bit kernel,
10  *
11  */
12
13 typedef long long __kernel_long_t;
14 typedef unsigned long long __kernel_ulong_t;
15 #define __kernel_long_t __kernel_long_t
16
17 #include <asm/posix_types_64.h>
18
19 #endif /* _ASM_X86_POSIX_TYPES_X32_H */