aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 639e2bf5..74745b36 100644
--- a/device.h
+++ b/device.h
@@ -66,6 +66,7 @@ class Device {
66 VIEW_RECOVERY_LOGS = 9, 66 VIEW_RECOVERY_LOGS = 9,
67 MOUNT_SYSTEM = 10, 67 MOUNT_SYSTEM = 10,
68 RUN_GRAPHICS_TEST = 11, 68 RUN_GRAPHICS_TEST = 11,
69 RUN_LOCALE_TEST = 12,
69 }; 70 };
70 71
71 // Return the list of menu items (an array of strings, NULL-terminated). The menu_position passed 72 // Return the list of menu items (an array of strings, NULL-terminated). The menu_position passed