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