Rev 958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 958 | Rev 979 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | typedef unsigned char __u8; |
39 | typedef unsigned char __u8; |
40 | typedef unsigned short __u16; |
40 | typedef unsigned short __u16; |
41 | typedef unsigned int __u32; |
41 | typedef unsigned int __u32; |
42 | typedef unsigned long __u64; |
42 | typedef unsigned long __u64; |
43 | 43 | ||
- | 44 | ||
- | 45 | typedef unsigned char __r8; /*Reserve byte*/ |
|
- | 46 | typedef unsigned short __r16; |
|
- | 47 | typedef unsigned int __r32; |
|
- | 48 | typedef unsigned long __r64; |
|
- | 49 | typedef struct __r128{__r64 lo;__r64 hi;} __r128; |
|
- | 50 | ||
- | 51 | ||
44 | typedef __u64 __address; |
52 | typedef __u64 __address; |
45 | typedef __u64 pfn_t; |
53 | typedef __u64 pfn_t; |
46 | 54 | ||
47 | typedef __u64 ipl_t; |
55 | typedef __u64 ipl_t; |
48 | 56 |