4 #include <sys/user.h> /* for sizeof(struct user) */
5 #include <machine/frame.h>
8 * Machine-dependent part of the lwp structure for ia64
12 struct trapframe
*md_tf
; /* trap/syscall registers */
13 __volatile
int md_astpending
; /* AST pending for this process */
24 void (*md_syscall
)(struct trapframe
*);
25 /* Syscall handling function */
28 #endif /* _IA64_PROC_H_ */