Subversion Repositories HelenOS-historic

Rev

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

Rev 56 Rev 81
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
 
-
 
-
 
34
#define SP_DELTA    0
35
 
35
 
36
 
36
 
37
struct context {
37
struct context {
38
    __u32 r0;
38
    __u32 r0;
39
    __u32 r1;
39
    __u32 r1;