]> code.delx.au - refind/blobdiff - refind/icns.h
New Apple Recovery partition tool (2nd-row icon).
[refind] / refind / icns.h
index eb3370c25856e745b5d66cd08c18b1fe4cbabe5b..e8945b2c9be52105b79a1774a4bef213a9f34b75 100644 (file)
@@ -60,13 +60,15 @@ 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_TOOL_SHELL     (3)
-#define BUILTIN_ICON_TOOL_PART      (4)
-#define BUILTIN_ICON_TOOL_RESCUE    (5)
-#define BUILTIN_ICON_VOL_INTERNAL   (6)
-#define BUILTIN_ICON_VOL_EXTERNAL   (7)
-#define BUILTIN_ICON_VOL_OPTICAL    (8)
-#define BUILTIN_ICON_COUNT          (9)
+#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_VOL_INTERNAL   (8)
+#define BUILTIN_ICON_VOL_EXTERNAL   (9)
+#define BUILTIN_ICON_VOL_OPTICAL    (10)
+#define BUILTIN_ICON_COUNT          (11)
 
 #endif