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