2008-06-18 08:08:48 -07:00
|
|
|
#ifndef ASM_X86__PRCTL_H
|
|
|
|
#define ASM_X86__PRCTL_H
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
#define ARCH_SET_GS 0x1001
|
|
|
|
#define ARCH_SET_FS 0x1002
|
|
|
|
#define ARCH_GET_FS 0x1003
|
|
|
|
#define ARCH_GET_GS 0x1004
|
|
|
|
|
|
|
|
|
2008-06-18 08:08:48 -07:00
|
|
|
#endif /* ASM_X86__PRCTL_H */
|