]> code.delx.au - refind/blobdiff - refind/icns.h
Update to NEWS.txt to note recent submission.
[refind] / refind / icns.h
index 25b545ee8be3adea502c1a74e78b8524995cdcf8..60342ea4d809fcf20fae0c6f2fa1b543f6b8aa70 100644 (file)
@@ -34,7 +34,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 /*
- * Modifications copyright (c) 2012-2014 Roderick W. Smith
+ * Modifications copyright (c) 2012-2015 Roderick W. Smith
  * 
  * Modifications distributed under the terms of the GNU General Public
  * License (GPL) version 3 (GPLv3), a copy of which must be distributed
@@ -60,17 +60,21 @@ EG_IMAGE * BuiltinIcon(IN UINTN Id);
 #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_WINDOWS_RESCUE   (9)
-#define BUILTIN_ICON_TOOL_MOK_TOOL         (10)
-#define BUILTIN_ICON_TOOL_MEMTEST          (11)
-#define BUILTIN_ICON_VOL_INTERNAL          (12)
-#define BUILTIN_ICON_VOL_EXTERNAL          (13)
-#define BUILTIN_ICON_VOL_OPTICAL           (14)
-#define BUILTIN_ICON_COUNT                 (15)
+#define BUILTIN_ICON_FUNC_CSR_ROTATE       (5)
+#define BUILTIN_ICON_TOOL_SHELL            (6)
+#define BUILTIN_ICON_TOOL_PART             (7)
+#define BUILTIN_ICON_TOOL_RESCUE           (8)
+#define BUILTIN_ICON_TOOL_APPLE_RESCUE     (9)
+#define BUILTIN_ICON_TOOL_WINDOWS_RESCUE   (10)
+#define BUILTIN_ICON_TOOL_MOK_TOOL         (11)
+#define BUILTIN_ICON_TOOL_FWUPDATE         (12)
+#define BUILTIN_ICON_TOOL_MEMTEST          (13)
+#define BUILTIN_ICON_TOOL_NETBOOT          (14)
+#define BUILTIN_ICON_VOL_INTERNAL          (15)
+#define BUILTIN_ICON_VOL_EXTERNAL          (16)
+#define BUILTIN_ICON_VOL_OPTICAL           (17)
+#define BUILTIN_ICON_VOL_NET               (18)
+#define BUILTIN_ICON_COUNT                 (19)
 
 #endif