]> code.delx.au - refind/blobdiff - refind/global.h
ChromeOS icon.
[refind] / refind / global.h
index 0aad5f10f3c7d1c195477d954eb2ba12a1db57b6..cfc50531ff140ea8e5abd4a3ac3940bfb7208eaa 100644 (file)
@@ -34,7 +34,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 /*
- * Modifications copyright (c) 2012 Roderick W. Smith
+ * Modifications copyright (c) 2012-2013 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
@@ -70,7 +70,8 @@
 #define TAG_LEGACY_UEFI    (10)
 #define TAG_APPLE_RECOVERY (11)
 #define TAG_MOK_TOOL       (12)
-#define NUM_TOOLS          (11)
+#define TAG_FIRMWARE       (13)
+#define NUM_TOOLS          (13)
 
 #define NUM_SCAN_OPTIONS 10