blob: 505efc646249c3171792063dba986923b7838b3a [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI_ASM_GENERIC_INT_LL64_H
8#define _UAPI_ASM_GENERIC_INT_LL64_H
9#include <asm/bitsperlong.h>
10#ifndef __ASSEMBLY__
Ben Cheng655a7c02013-10-16 16:09:24 -070011typedef __signed__ char __s8;
12typedef unsigned char __u8;
13typedef __signed__ short __s16;
14typedef unsigned short __u16;
Ben Cheng655a7c02013-10-16 16:09:24 -070015typedef __signed__ int __s32;
16typedef unsigned int __u32;
17#ifdef __GNUC__
18__extension__ typedef __signed__ long long __s64;
Ben Cheng655a7c02013-10-16 16:09:24 -070019__extension__ typedef unsigned long long __u64;
20#else
21typedef __signed__ long long __s64;
22typedef unsigned long long __u64;
Ben Cheng655a7c02013-10-16 16:09:24 -070023#endif
24#endif
Nick Kralevicha67e4de2013-01-14 11:28:26 -080025#endif