Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 412 → Rev 413

/SPARTAN/trunk/arch/ia64/include/types.h
40,7 → 40,7
 
typedef __u64 __address;
 
typedef __u64 pri_t;
typedef __u64 ipl_t;
 
typedef __u64 __native;
 
/SPARTAN/trunk/arch/ia64/include/context.h
95,7 → 95,7
*/
__u64 pr;
pri_t pri;
ipl_t ipl;
} __attribute__ ((packed));
 
#endif