Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 859 → Rev 534

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