Subversion Repositories HelenOS-historic

Rev

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

Rev 341 Rev 413
Line 1... Line 1...
1
#include <stdio.h>
1
#include <stdio.h>
2
 
2
 
3
 
3
 
4
typedef unsigned int __u32;
4
typedef unsigned int __u32;
5
typedef __u32 pri_t;
5
typedef __u32 ipl_t;
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