]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libvmmapi/internal.h
dwc: Rename if_dwc.h to dwc1000_reg.h
[FreeBSD/FreeBSD.git] / lib / libvmmapi / internal.h
1 /*-
2  * SPDX-License-Identifier: BSD-2-Clause
3  *
4  * Copyright (c) 2022 John Baldwin <jhb@FreeBSD.org>
5  */
6
7 #ifndef __VMMAPI_INTERNAL_H__
8 #define __VMMAPI_INTERNAL_H__
9
10 struct vmctx;
11
12 struct vcpu {
13         struct vmctx *ctx;
14         int vcpuid;
15 };
16
17 #endif /* !__VMMAPI_INTERNAL_H__ */