int-l64.h
01:
02:
03:
04:
05:
06:
07:
08: #ifndef _ASM_GENERIC_INT_L64_H
09: #define _ASM_GENERIC_INT_L64_H
10:
11: #include <asm/bitsperlong.h>
12:
13: #ifndef __ASSEMBLY__
14:
15:
16:
17:
18:
19: typedef __signed__ char __s8;
20: typedef unsigned char __u8;
21:
22: typedef __signed__ short __s16;
23: typedef unsigned short __u16;
24:
25: typedef __signed__ int __s32;
26: typedef unsigned int __u32;
27:
28: typedef __signed__ long __s64;
29: typedef unsigned long __u64;
30:
31: #endif
32:
33:
34: #endif
35:
© Andrew Scott 2006 -
2025,
All Rights Reserved