xref: /qemu/bsd-user/netbsd/host-os.h (revision d1dc9ab3afd51f0a8d6a6b19edca3dd345deb32d)
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 
20cce7ae5cSWarner Losh #ifndef _HOST_OS_H_
21cce7ae5cSWarner Losh #define _HOST_OS_H_
22cce7ae5cSWarner Losh 
23*d1dc9ab3SWarner Losh #define HOST_DEFAULT_BSD_TYPE target_netbsd
24*d1dc9ab3SWarner Losh 
25cce7ae5cSWarner Losh #endif /*!_HOST_OS_H_ */
26