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 895097349..7202a6966 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -60,6 +60,9 @@ struct device_description { /** EFI bus type */ #define BUS_TYPE_EFI 7 +/** Xen bus type */ +#define BUS_TYPE_XEN 8 + /** A hardware device */ struct device { /** Name */ |
