summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/drivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/drivers.h')
-rw-r--r--src/boot/efi/drivers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boot/efi/drivers.h b/src/boot/efi/drivers.h
new file mode 100644
index 0000000..ecd0b4e
--- /dev/null
+++ b/src/boot/efi/drivers.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "efi.h"
+#include "proto/loaded-image.h"
+
+EFI_STATUS reconnect_all_drivers(void);
+EFI_STATUS load_drivers(
+ EFI_HANDLE parent_image,
+ EFI_LOADED_IMAGE_PROTOCOL *loaded_image,
+ EFI_FILE *root_dir);