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