aboutsummaryrefslogtreecommitdiffstats
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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/usr/shimmgmt.h b/src/include/usr/shimmgmt.h
new file mode 100644
index 000000000..19f13e782
--- /dev/null
+++ b/src/include/usr/shimmgmt.h
@@ -0,0 +1,16 @@
+#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, const char *altname );
+
+#endif /* _USR_SHIMMGMT_H */