X-Git-Url: https://code.delx.au/refind/blobdiff_plain/899b647b89d57f623e69d3a890dbee84a7dfe451..4220e9754e288a5aedee79dc8440dc20afab2eea:/refind/icns.h diff --git a/refind/icns.h b/refind/icns.h index 17e91ee..2a6f92b 100644 --- a/refind/icns.h +++ b/refind/icns.h @@ -60,19 +60,20 @@ 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_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) +#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_MEMTEST (12) +#define BUILTIN_ICON_TOOL_NETBOOT (13) +#define BUILTIN_ICON_VOL_INTERNAL (14) +#define BUILTIN_ICON_VOL_EXTERNAL (15) +#define BUILTIN_ICON_VOL_OPTICAL (16) +#define BUILTIN_ICON_VOL_NET (17) +#define BUILTIN_ICON_COUNT (18) #endif