/* * Copyright 2022, The Haiku Team. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _X86_THREAD_DEFS_H #define _X86_THREAD_DEFS_H #define THREAD_SYSCALLS "thread" #define THREAD_SET_GS_BASE 1 #endif /* _X86_THREAD_DEFS_H */