]> code.delx.au - refind/blobdiff - refind/icns.h
New "Reboot to Firmware User Interface" feature.
[refind] / refind / icns.h
index c389abce23796e0bab27a8a477c02e6e81f1d7da..f709b42ba7ece9a2da552d3a13a2324eafe870aa 100644 (file)
@@ -55,19 +55,20 @@ EG_IMAGE * DummyImage(IN UINTN PixelSize);
 
 EG_IMAGE * BuiltinIcon(IN UINTN Id);
 
-#define BUILTIN_ICON_FUNC_ABOUT     (0)
-#define BUILTIN_ICON_FUNC_RESET     (1)
-#define BUILTIN_ICON_FUNC_SHUTDOWN  (2)
-#define BUILTIN_ICON_FUNC_EXIT      (3)
-#define BUILTIN_ICON_TOOL_SHELL     (4)
-#define BUILTIN_ICON_TOOL_PART      (5)
-#define BUILTIN_ICON_TOOL_RESCUE    (6)
-#define BUILTIN_ICON_TOOL_APPLE_RESCUE (7)
-#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)
+#define BUILTIN_ICON_FUNC_ABOUT        (0)
+#define BUILTIN_ICON_FUNC_RESET        (1)
+#define BUILTIN_ICON_FUNC_SHUTDOWN     (2)
+#define BUILTIN_ICON_FUNC_EXIT         (3)
+#define BUILTIN_ICON_FUNC_FIRMWARE     (4)
+#define BUILTIN_ICON_TOOL_SHELL        (5)
+#define BUILTIN_ICON_TOOL_PART         (6)
+#define BUILTIN_ICON_TOOL_RESCUE       (7)
+#define BUILTIN_ICON_TOOL_APPLE_RESCUE (8)
+#define BUILTIN_ICON_TOOL_MOK_TOOL     (9)
+#define BUILTIN_ICON_VOL_INTERNAL      (10)
+#define BUILTIN_ICON_VOL_EXTERNAL      (11)
+#define BUILTIN_ICON_VOL_OPTICAL       (12)
+#define BUILTIN_ICON_COUNT             (13)
 
 #endif