1*b19f5c83SX512 /* 2*b19f5c83SX512 * Copyright 2022, The Haiku Team. All rights reserved. 3*b19f5c83SX512 * Distributed under the terms of the MIT License. 4*b19f5c83SX512 */ 5*b19f5c83SX512 #ifndef _X86_THREAD_DEFS_H 6*b19f5c83SX512 #define _X86_THREAD_DEFS_H 7*b19f5c83SX512 8*b19f5c83SX512 9*b19f5c83SX512 #define THREAD_SYSCALLS "thread" 10*b19f5c83SX512 #define THREAD_SET_GS_BASE 1 11*b19f5c83SX512 12*b19f5c83SX512 13*b19f5c83SX512 #endif /* _X86_THREAD_DEFS_H */ 14