summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/efiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/libefi/efiboot.h')
-rw-r--r--sys/boot/efi/libefi/efiboot.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/boot/efi/libefi/efiboot.h b/sys/boot/efi/libefi/efiboot.h
index d93213b..74e659a 100644
--- a/sys/boot/efi/libefi/efiboot.h
+++ b/sys/boot/efi/libefi/efiboot.h
@@ -40,16 +40,13 @@ struct efi_devdesc {
#define DEVT_NONE 0
#define DEVT_DISK 1
#define DEVT_NET 2
+ int d_unit;
EFI_HANDLE d_handle;
union {
struct {
- int unit;
int slice;
int partition;
} efidisk;
- struct {
- int unit; /* XXX net layer lives over these? */
- } netif;
} d_kind;
};
OpenPOWER on IntegriCloud