aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/efiio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/efiio.h')
-rw-r--r--sys/sys/efiio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/sys/efiio.h b/sys/sys/efiio.h
index 87fed9c3afd8..e5a0763536a3 100644
--- a/sys/sys/efiio.h
+++ b/sys/sys/efiio.h
@@ -32,12 +32,6 @@
#include <sys/uuid.h>
#include <sys/efi.h>
-struct efi_get_table_ioc
-{
- struct uuid uuid; /* UUID to look up */
- void *ptr; /* Pointer to table in KVA space */
-};
-
struct efi_var_ioc
{
efi_char *name; /* User pointer to name, in wide chars */
@@ -48,7 +42,6 @@ struct efi_var_ioc
size_t datasize; /* Number of *bytes* in the data */
};
-#define EFIIOC_GET_TABLE _IOWR('E', 1, struct efi_get_table_ioc)
#define EFIIOC_GET_TIME _IOR('E', 2, struct efi_tm)
#define EFIIOC_SET_TIME _IOW('E', 3, struct efi_tm)
#define EFIIOC_VAR_GET _IOWR('E', 4, struct efi_var_ioc)