summaryrefslogtreecommitdiffstats
path: root/include/efi.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-12-09 12:33:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-12-13 23:37:32 +0100
commit28ec04c5922ceab115d42a9bb50b7e812c0fed89 (patch)
tree1f294d6610e9ca5847a06e56b877ea565d21797c /include/efi.h
parent8d57841159f967d5d63553b65444697412a43f9b (diff)
downloadbarebox-28ec04c5922ceab115d42a9bb50b7e812c0fed89.tar.gz
barebox-28ec04c5922ceab115d42a9bb50b7e812c0fed89.tar.xz
efi: Implement device_path_to_subtype()
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 c20e7ad2b5..a1b22f2d8f 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -687,6 +687,7 @@ typedef union {
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);
+u8 device_path_to_subtype(struct efi_device_path *dev_path);
char *device_path_to_partuuid(struct efi_device_path *dev_path);
const char *efi_guid_string(efi_guid_t *g);