Subversion Repositories HelenOS-historic

Rev

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

Rev 317 Rev 341
Line 2... Line 2...
2
 
2
 
3
 
3
 
4
typedef unsigned int __u32;
4
typedef unsigned int __u32;
5
typedef __u32 pri_t;
5
typedef __u32 pri_t;
6
 
6
 
7
#define __mips_TYPES_H_
7
#define __mips32_TYPES_H__
8
#include "../../arch/mips/include/context.h"
8
#include "../../arch/mips32/include/context.h"
9
#include "../../arch/mips/include/exception.h"
9
#include "../../arch/mips32/include/exception.h"
10
 
10
 
11
#define FILENAME "../../arch/mips/include/context_offset.h"
11
#define FILENAME "../../arch/mips32/include/context_offset.h"
12
 
12
 
13
int main(void)
13
int main(void)
14
{
14
{
15
    FILE *f;
15
    FILE *f;
16
    struct context *pctx = NULL;
16
    struct context *pctx = NULL;