master
h 13 lines 263 Bytes
Raw
1 /*
2 * FreeBSD thread dependent code and definitions
3 *
4 * Copyright (c) 2013 Stacey D. Son
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8 #ifndef TARGET_OS_THREAD_H
9 #define TARGET_OS_THREAD_H
10
11 #include "target_arch_thread.h"
12
13 #endif /* TARGET_OS_THREAD_H */