Subversion Repositories HelenOS-historic

Rev

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

Rev 51 Rev 56
Line 29... Line 29...
29
#ifndef __mips_CONTEXT_H__
29
#ifndef __mips_CONTEXT_H__
30
#define __mips_CONTEXT_H__
30
#define __mips_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
34
struct fpu_context {
-
 
35
/* TODO: define MIPS FPU context */
-
 
36
};
-
 
37
 
34
 
38
 
35
 
39
 
36
 
40
struct context {
37
struct context {
41
    __u32 r0;
38
    __u32 r0;