From c7051d826b43954b1e191667a75b21b44ec02c35 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 1 Jul 2014 17:58:09 +0100 Subject: [efi] Allow network devices to be created on top of arbitrary SNP devices Signed-off-by: Michael Brown --- src/include/ipxe/device.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ipxe/device.h') diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index c59697c0..89509734 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 */ -- cgit v1.2.3-55-g7522