Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1162 → Rev 1163

/kernel/trunk/arch/ppc32/include/types.h
38,7 → 38,7
 
typedef unsigned char __u8;
typedef unsigned short __u16;
typedef unsigned long __u32;
typedef unsigned int __u32;
typedef unsigned long long __u64;
 
typedef __u32 __address;
/kernel/trunk/arch/ppc64/include/types.h
38,8 → 38,8
 
typedef unsigned char __u8;
typedef unsigned short __u16;
typedef unsigned long __u32;
typedef unsigned long long __u64;
typedef unsigned int __u32;
typedef unsigned long __u64;
 
typedef __u64 __address;
typedef __u32 pfn_t;