summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/disk.h')
-rw-r--r--src/boot/efi/disk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boot/efi/disk.h b/src/boot/efi/disk.h
new file mode 100644
index 0000000..1a5a187
--- /dev/null
+++ b/src/boot/efi/disk.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include <efi.h>
+#include <uchar.h>
+
+EFI_STATUS disk_get_part_uuid(EFI_HANDLE *handle, char16_t uuid[static 37]);