diff options
Diffstat (limited to 'src/include/ipxe/device.h')
| -rw-r--r-- | src/include/ipxe/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index d1420b1a1..fd17b252e 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -63,6 +63,9 @@ struct device_description { /** Xen bus type */ #define BUS_TYPE_XEN 8 +/** Hyper-V bus type */ +#define BUS_TYPE_HV 9 + /** A hardware device */ struct device { /** Name */ |
