]> code.delx.au - refind/blobdiff - refind/icns.h
Version 0.9.2 release
[refind] / refind / icns.h
index 25b545ee8be3adea502c1a74e78b8524995cdcf8..17e91ee468bea32d94868c2432ba08bb1971ca3d 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
@@ -67,10 +67,12 @@ EG_IMAGE * BuiltinIcon(IN UINTN Id);
 #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_TOOL_NETBOOT          (12)
+#define BUILTIN_ICON_VOL_INTERNAL          (13)
+#define BUILTIN_ICON_VOL_EXTERNAL          (14)
+#define BUILTIN_ICON_VOL_OPTICAL           (15)
+#define BUILTIN_ICON_VOL_NET               (16)
+#define BUILTIN_ICON_COUNT                 (17)
 
 #endif