This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / arch / um / include / skas_ptregs.h
1 /* Automatically generated by arch/um/kernel/skas/util/mk_ptregs */
2
3 #ifndef __SKAS_PT_REGS_
4 #define __SKAS_PT_REGS_
5
6 #define HOST_FRAME_SIZE 17
7 #define HOST_FP_SIZE 27
8 #define HOST_XFP_SIZE 128
9 #define HOST_IP 12
10 #define HOST_SP 15
11 #define HOST_EFLAGS 14
12 #define HOST_EAX 6
13 #define HOST_EBX 0
14 #define HOST_ECX 1
15 #define HOST_EDX 2
16 #define HOST_ESI 3
17 #define HOST_EDI 4
18 #define HOST_EBP 5
19 #define HOST_CS 13
20 #define HOST_SS 16
21 #define HOST_DS 7
22 #define HOST_FS 9
23 #define HOST_ES 8
24 #define HOST_GS 10
25
26 #endif