xref: /haiku/headers/private/system/arch/x86/arch_thread_defs.h (revision 7bbfd0ff4956fd50e18cfb6f6f994f3f9446d77d)
1 /*
2  * Copyright 2022, The Haiku Team. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _X86_THREAD_DEFS_H
6 #define _X86_THREAD_DEFS_H
7 
8 
9 #define THREAD_SYSCALLS			"thread"
10 #define THREAD_SET_GS_BASE		1
11 
12 
13 #endif	/* _X86_THREAD_DEFS_H */
14