Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_ASM_GENERIC_INT_LL64_H |
| 8 | #define _UAPI_ASM_GENERIC_INT_LL64_H |
| 9 | #include <asm/bitsperlong.h> |
| 10 | #ifndef __ASSEMBLY__ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | typedef __signed__ char __s8; |
| 12 | typedef unsigned char __u8; |
| 13 | typedef __signed__ short __s16; |
| 14 | typedef unsigned short __u16; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 15 | typedef __signed__ int __s32; |
| 16 | typedef unsigned int __u32; |
| 17 | #ifdef __GNUC__ |
| 18 | __extension__ typedef __signed__ long long __s64; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 19 | __extension__ typedef unsigned long long __u64; |
| 20 | #else |
| 21 | typedef __signed__ long long __s64; |
| 22 | typedef unsigned long long __u64; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 23 | #endif |
| 24 | #endif |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 25 | #endif |