1/*
2 * This header was generated from the Linux kernel headers by update_headers.py,
3 * to provide necessary information from kernel to userspace, such as constants,
4 * structures, and macros, and thus, contains no copyrightable information.
5 */
6#ifndef _UAPI_ASM_GENERIC_INT_LL64_H
7#define _UAPI_ASM_GENERIC_INT_LL64_H
8#include <asm/bitsperlong.h>
9#ifndef __ASSEMBLY__
10typedef __signed__ char __s8;
11typedef unsigned char __u8;
12typedef __signed__ short __s16;
13typedef unsigned short __u16;
14typedef __signed__ int __s32;
15typedef unsigned int __u32;
16#ifdef __GNUC__
17__extension__ typedef __signed__ long long __s64;
18__extension__ typedef unsigned long long __u64;
19#else
20typedef __signed__ long long __s64;
21typedef unsigned long long __u64;
22#endif
23#endif
24#endif
25