You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
11 lines
166 B
C
11 lines
166 B
C
|
|
#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
|