mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
hyperv: Declare hyperv_{features,recommends} properly
MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
c8d7fb6a5c
commit
e4276edca5
1 changed files with 3 additions and 0 deletions
|
|
@ -635,6 +635,9 @@ typedef enum {
|
|||
extern hv_vmbus_context hv_vmbus_g_context;
|
||||
extern hv_vmbus_connection hv_vmbus_g_connection;
|
||||
|
||||
extern u_int hyperv_features;
|
||||
extern u_int hyperv_recommends;
|
||||
|
||||
typedef void (*vmbus_msg_handler)(hv_vmbus_channel_msg_header *msg);
|
||||
|
||||
typedef struct hv_vmbus_channel_msg_table_entry {
|
||||
|
|
|
|||
Loading…
Reference in a new issue