Blame view

include/asm-x86_64/prctl.h 166 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
  #ifndef X86_64_PRCTL_H
  #define X86_64_PRCTL_H 1
  
  #define ARCH_SET_GS 0x1001
  #define ARCH_SET_FS 0x1002
  #define ARCH_GET_FS 0x1003
  #define ARCH_GET_GS 0x1004
  
  
  #endif