Subversion Repositories HelenOS-historic

Rev

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

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