Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 432 → Rev 433

/SPARTAN/trunk/arch/ia64/include/types.h
35,8 → 35,8
 
typedef unsigned char __u8;
typedef unsigned short __u16;
typedef unsigned long __u32;
typedef long long __u64;
typedef unsigned int __u32;
typedef unsigned long __u64;
 
typedef __u64 __address;