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_LL64_H
8 #define _UAPI_ASM_GENERIC_INT_LL64_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 #ifdef __GNUC__
18 __extension__ typedef __signed__ long long __s64;
19 __extension__ typedef unsigned long long __u64;
20 #else
21 typedef __signed__ long long __s64;
22 typedef unsigned long long __u64;
23 #endif
24 #endif
25 #endif
26