summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/random-seed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/random-seed.h')
-rw-r--r--src/boot/efi/random-seed.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boot/efi/random-seed.h b/src/boot/efi/random-seed.h
new file mode 100644
index 0000000..67f005d
--- /dev/null
+++ b/src/boot/efi/random-seed.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "efi.h"
+
+EFI_STATUS process_random_seed(EFI_FILE *root_dir);