• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPI_ASM_GENERIC_INT_L64_H
7 #define _UAPI_ASM_GENERIC_INT_L64_H
8 #include <asm/bitsperlong.h>
9 #ifndef __ASSEMBLY__
10 typedef __signed__ char __s8;
11 typedef unsigned char __u8;
12 typedef __signed__ short __s16;
13 typedef unsigned short __u16;
14 typedef __signed__ int __s32;
15 typedef unsigned int __u32;
16 typedef __signed__ long __s64;
17 typedef unsigned long __u64;
18 #endif
19 #endif
20