You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
191 B
11 lines
191 B
17 years ago
|
#ifndef ASM_X86__PRCTL_H
|
||
|
#define ASM_X86__PRCTL_H
|
||
20 years ago
|
|
||
|
#define ARCH_SET_GS 0x1001
|
||
|
#define ARCH_SET_FS 0x1002
|
||
|
#define ARCH_GET_FS 0x1003
|
||
|
#define ARCH_GET_GS 0x1004
|
||
|
|
||
|
|
||
17 years ago
|
#endif /* ASM_X86__PRCTL_H */
|