Subversion Repositories HelenOS-historic

Rev

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

Rev 59 Rev 81
Line 29... Line 29...
29
#ifndef __ia64_CONTEXT_H__
29
#ifndef __ia64_CONTEXT_H__
30
#define __ia64_CONTEXT_H__
30
#define __ia64_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
-
 
34
#define SP_DELTA    16
-
 
35
 
34
struct context {
36
struct context {
35
    __u64 r1;
37
    __u64 r1;
36
    __u64 r2;
38
    __u64 r2;
37
    __u64 r3;
39
    __u64 r3;
38
    __u64 r4;
40
    __u64 r4;