aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/qemu_fwcfg.h
blob: 26c4db0ff71ee644b822bf8907dfff9b39ceae63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*-
 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
 *
 * Copyright (c) 2021 Beckhoff Automation GmbH & Co. KG
 * Author: Corvin Köhne <c.koehne@beckhoff.com>
 */

#pragma once

#include <vmmapi.h>

int qemu_fwcfg_init(struct vmctx *const ctx);