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