Subversion Repositories HelenOS

Rev

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

Rev 45 Rev 51
Line 30... Line 30...
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
struct fpu_context {
34
struct fpu_context {
35
  //Don't understand IA-64 fpu environment
35
/* TODO: define IA-64 FPU context */
36
};
36
};
37
 
37
 
38
 
38
 
39
struct context {
39
struct context {
40
    __u64 sp;
40
    __u64 sp;