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 c59697c03..895097349 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -57,6 +57,9 @@ struct device_description { /** TAP bus type */ #define BUS_TYPE_TAP 6 +/** EFI bus type */ +#define BUS_TYPE_EFI 7 + /** A hardware device */ struct device { /** Name */ |
