]> code.delx.au - refind/blobdiff - refind/icns.h
Version supports Secure Boot/MOK verification of binaries.
[refind] / refind / icns.h
index e8945b2c9be52105b79a1774a4bef213a9f34b75..bf8db1f3bb72cba2cd8923b379d1187d903f3d99 100644 (file)
@@ -65,10 +65,11 @@ EG_IMAGE * BuiltinIcon(IN UINTN Id);
 #define BUILTIN_ICON_TOOL_PART      (5)
 #define BUILTIN_ICON_TOOL_RESCUE    (6)
 #define BUILTIN_ICON_TOOL_APPLE_RESCUE (7)
-#define BUILTIN_ICON_VOL_INTERNAL   (8)
-#define BUILTIN_ICON_VOL_EXTERNAL   (9)
-#define BUILTIN_ICON_VOL_OPTICAL    (10)
-#define BUILTIN_ICON_COUNT          (11)
+#define BUILTIN_ICON_TOOL_MOK_TOOL  (8)
+#define BUILTIN_ICON_VOL_INTERNAL   (9)
+#define BUILTIN_ICON_VOL_EXTERNAL   (10)
+#define BUILTIN_ICON_VOL_OPTICAL    (11)
+#define BUILTIN_ICON_COUNT          (12)
 
 #endif