xref: /qemu/bsd-user/openbsd/target_os_thread.h (revision a8fe6d5d627f2fa9136dc1255e6dc7c67a0c45c3)
1*a8fe6d5dSWarner Losh /*
2*a8fe6d5dSWarner Losh  *  OpenBSD thread dependent code and definitions
3*a8fe6d5dSWarner Losh  *
4*a8fe6d5dSWarner Losh  *  Copyright (c) 2013 Stacey D. Son
5*a8fe6d5dSWarner Losh  *
6*a8fe6d5dSWarner Losh  *  This program is free software; you can redistribute it and/or modify
7*a8fe6d5dSWarner Losh  *  it under the terms of the GNU General Public License as published by
8*a8fe6d5dSWarner Losh  *  the Free Software Foundation; either version 2 of the License, or
9*a8fe6d5dSWarner Losh  *  (at your option) any later version.
10*a8fe6d5dSWarner Losh  *
11*a8fe6d5dSWarner Losh  *  This program is distributed in the hope that it will be useful,
12*a8fe6d5dSWarner Losh  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13*a8fe6d5dSWarner Losh  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*a8fe6d5dSWarner Losh  *  GNU General Public License for more details.
15*a8fe6d5dSWarner Losh  *
16*a8fe6d5dSWarner Losh  *  You should have received a copy of the GNU General Public License
17*a8fe6d5dSWarner Losh  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
18*a8fe6d5dSWarner Losh  */
19*a8fe6d5dSWarner Losh 
20*a8fe6d5dSWarner Losh #ifndef _TARGET_OS_THREAD_H_
21*a8fe6d5dSWarner Losh #define _TARGET_OS_THREAD_H_
22*a8fe6d5dSWarner Losh 
23*a8fe6d5dSWarner Losh #include "target_arch_thread.h"
24*a8fe6d5dSWarner Losh 
25*a8fe6d5dSWarner Losh #endif /* !_TARGET_OS_THREAD_H_ */
26