blob: c64aa8d71866d71fdf9039e51c25543ec8be9d97 [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_L64_H
8#define _UAPI_ASM_GENERIC_INT_L64_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;
17typedef __signed__ long __s64;
18typedef unsigned long __u64;
Ben Cheng655a7c02013-10-16 16:09:24 -070019#endif
Nick Kralevicha67e4de2013-01-14 11:28:26 -080020#endif