xref: /freebsd/usr.sbin/bhyve/amd64/kernemu_dev.h (revision a1642451ce25bb0e2d01765a8dedda69c5029d48)
1*a1642451SMark Johnston /*-
2*a1642451SMark Johnston  * SPDX-License-Identifier: BSD-2-Clause
3*a1642451SMark Johnston  *
4*a1642451SMark Johnston  * Copyright 2020 Conrad Meyer <cem@FreeBSD.org>.  All rights reserved.
5*a1642451SMark Johnston  *
6*a1642451SMark Johnston  * Redistribution and use in source and binary forms, with or without
7*a1642451SMark Johnston  * modification, are permitted provided that the following conditions
8*a1642451SMark Johnston  * are met:
9*a1642451SMark Johnston  * 1. Redistributions of source code must retain the above copyright
10*a1642451SMark Johnston  *    notice, this list of conditions and the following disclaimer.
11*a1642451SMark Johnston  * 2. Redistributions in binary form must reproduce the above copyright
12*a1642451SMark Johnston  *    notice, this list of conditions and the following disclaimer in the
13*a1642451SMark Johnston  *    documentation and/or other materials provided with the distribution.
14*a1642451SMark Johnston  *
15*a1642451SMark Johnston  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*a1642451SMark Johnston  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*a1642451SMark Johnston  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*a1642451SMark Johnston  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*a1642451SMark Johnston  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*a1642451SMark Johnston  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*a1642451SMark Johnston  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*a1642451SMark Johnston  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*a1642451SMark Johnston  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*a1642451SMark Johnston  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*a1642451SMark Johnston  * SUCH DAMAGE.
26*a1642451SMark Johnston  */
27*a1642451SMark Johnston 
28*a1642451SMark Johnston #pragma once
29*a1642451SMark Johnston 
30*a1642451SMark Johnston void kernemu_dev_init(void);
31