[PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86_64 / prctl.h
blob52952adef1ca8fbd4d04b14eae63f2f6315479ac
1 #ifndef X86_64_PRCTL_H
2 #define X86_64_PRCTL_H 1
4 #define ARCH_SET_GS 0x1001
5 #define ARCH_SET_FS 0x1002
6 #define ARCH_GET_FS 0x1003
7 #define ARCH_GET_GS 0x1004
10 #endif