diff options
Diffstat (limited to 'src/include/ipxe/hyperv.h')
| -rw-r--r-- | src/include/ipxe/hyperv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/hyperv.h b/src/include/ipxe/hyperv.h index 10be1ca8d..4605b57e2 100644 --- a/src/include/ipxe/hyperv.h +++ b/src/include/ipxe/hyperv.h @@ -197,6 +197,8 @@ struct hv_hypervisor { struct hv_synic synic; /** Message buffer */ union hv_message_buffer *message; + /** Virtual machine bus */ + struct vmbus *vmbus; }; #include <bits/hyperv.h> |
