Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 412 → Rev 413

/SPARTAN/trunk/arch/mips32/include/types.h
45,7 → 45,7
 
typedef __u32 __address;
 
typedef __u32 pri_t;
typedef __u32 ipl_t;
 
typedef __u32 __native;
 
/SPARTAN/trunk/arch/mips32/include/context.h
62,7 → 62,7
__u32 s8;
__u32 gp;
 
__u32 pri;
ipl_t ipl;
};
 
#endif /* __ASM__ */