summaryrefslogtreecommitdiffstats
path: root/src/include/usr/shimmgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/shimmgmt.h')
-rw-r--r--src/include/usr/shimmgmt.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/usr/shimmgmt.h b/src/include/usr/shimmgmt.h
new file mode 100644
index 00000000..0c59f54a
--- /dev/null
+++ b/src/include/usr/shimmgmt.h
@@ -0,0 +1,17 @@
+#ifndef _USR_SHIMMGMT_H
+#define _USR_SHIMMGMT_H
+
+/** @file
+ *
+ * EFI shim management
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/image.h>
+
+extern int shim ( struct image *image, int require_loader, int allow_pxe,
+ int allow_sbat );
+
+#endif /* _USR_SHIMMGMT_H */