summaryrefslogtreecommitdiff
path: root/include/errors.h
diff options
context:
space:
mode:
authorMatthew Garrett <matthew.garrett@nebula.com>2013-09-26 11:57:59 -0400
committerPeter Jones <pjones@redhat.com>2013-09-26 11:57:59 -0400
commit17857eb8b55fa9864bfd71083d9291c74b0bab8e (patch)
treebb526a90c21e07c1177da069c50788e7a705bc3f /include/errors.h
parent2aa2ddd8a823452fa25955816546fb7455c108ce (diff)
downloadefi-boot-shim-17857eb8b55fa9864bfd71083d9291c74b0bab8e.tar.gz
efi-boot-shim-17857eb8b55fa9864bfd71083d9291c74b0bab8e.zip
Port MokManager to Linux Foundation loader UI code
This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader.
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h
new file mode 100644
index 00000000..0da4bb59
--- /dev/null
+++ b/include/errors.h
@@ -0,0 +1,9 @@
+#include <efierr.h>
+
+#ifndef EFI_INCOMPATIBLE_VERSION
+#define EFI_INCOMPATIBLE_VERSION EFIERR(25)
+#endif
+#ifndef EFI_SECURITY_VIOLATION
+#define EFI_SECURITY_VIOLATION EFIERR(26)
+#endif
+