1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_ASM_GENERIC_INT_L64_H
8 #define _UAPI_ASM_GENERIC_INT_L64_H
9 #include <asm/bitsperlong.h>
10 #ifndef __ASSEMBLY__
11 typedef __signed__ char __s8;
12 typedef unsigned char __u8;
13 typedef __signed__ short __s16;
14 typedef unsigned short __u16;
15 typedef __signed__ int __s32;
16 typedef unsigned int __u32;
17 typedef __signed__ long __s64;
18 typedef unsigned long __u64;
19 #endif
20 #endif
21