Subversion Repositories HelenOS-historic

Rev

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

Rev 125 Rev 180
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
#define SP_DELTA    0
34
#define STACK_ITEM_SIZE 4
-
 
35
 
-
 
36
/*
-
 
37
 * Put one item onto the stack to support get_stack_base().
-
 
38
 */
-
 
39
#define SP_DELTA    (0+STACK_ITEM_SIZE)
35
 
40
 
36
 
41
 
37
struct context {
42
struct context {
38
    __u32 r0;
43
    __u32 r0;
39
    __u32 r1;
44
    __u32 r1;