summaryrefslogtreecommitdiffstats
path: root/include/efi.h
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-17 21:22:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-27 07:23:17 +0200
commit4faf797ec81291e9d76c6dc1a538987f170cff32 (patch)
tree3ece5e9eea2575b178ea40e6008c3640966d0e17 /include/efi.h
parentbe2edd99c02c3790ae3f1d5c2e109d66df0c28a3 (diff)
downloadbarebox-4faf797ec81291e9d76c6dc1a538987f170cff32.tar.gz
barebox-4faf797ec81291e9d76c6dc1a538987f170cff32.tar.xz
efi: export device_path_from_handle()
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/efi.h')
-rw-r--r--include/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h
index b6ee42b3fd..830e0457dd 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -622,6 +622,7 @@ static inline int efi_compare_guid(efi_guid_t *a, efi_guid_t *b)
return memcmp(a, b, sizeof(efi_guid_t));
}
+struct efi_device_path *device_path_from_handle(efi_handle_t Handle);
char *device_path_to_str(struct efi_device_path *dev_path);
u8 device_path_to_type(struct efi_device_path *dev_path);
char *device_path_to_partuuid(struct efi_device_path *dev_path);