Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 534 → Rev 859

/kernel/trunk/tools/mips32/gencontext.c
1,6 → 1,7
#include <stdio.h>
#include <stdint.h>
 
typedef unsigned int __u32;
typedef uint32_t __u32;
typedef __u32 ipl_t;
typedef __u32 __address;