Subversion Repositories HelenOS-historic

Rev

Rev 534 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 859
Line 1... Line 1...
1
#include <stdio.h>
1
#include <stdio.h>
-
 
2
#include <stdint.h>
2
 
3
 
3
typedef unsigned int __u32;
4
typedef uint32_t __u32;
4
typedef __u32 ipl_t;
5
typedef __u32 ipl_t;
5
typedef __u32 __address;
6
typedef __u32 __address;
6
 
7
 
7
#define __mips32_TYPES_H__
8
#define __mips32_TYPES_H__
8
#include "../../arch/mips32/include/context.h"
9
#include "../../arch/mips32/include/context.h"