/boot/trunk/arch/sparc64/loader/types.h |
---|
36,9 → 36,9 |
typedef unsigned char __u8; |
typedef unsigned short __u16; |
typedef unsigned int __u32; |
typedef unsigned long long __u64; |
typedef unsigned long __u64; |
typedef __u32 __address; |
typedef __u32 __native; |
typedef __u64 __address; |
typedef __u64 __native; |
#endif |