mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 22:35:26 +01:00
14 lines
269 B
C
14 lines
269 B
C
|
/*
|
||
|
* 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 */
|