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_L64_H 7#define _UAPI_ASM_GENERIC_INT_L64_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; 16typedef __signed__ long __s64; 17typedef unsigned long __u64; 18#endif 19#endif 20