UAPI: (Scripted) Disintegrate arch/x86/include/asm
[linux-2.6.git] / arch / x86 / include / uapi / asm / posix_types_x32.h
blob85f9bdafa93c1d9b8ecadbcbfa4703962b2b17f1
1 #ifndef _ASM_X86_POSIX_TYPES_X32_H
2 #define _ASM_X86_POSIX_TYPES_X32_H
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.
9 * These types should generally match the ones used by the 64-bit kernel,
13 typedef long long __kernel_long_t;
14 typedef unsigned long long __kernel_ulong_t;
15 #define __kernel_long_t __kernel_long_t
17 #include <asm/posix_types_64.h>
19 #endif /* _ASM_X86_POSIX_TYPES_X32_H */