aboutsummaryrefslogtreecommitdiff
path: root/include/monitor/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/monitor/monitor.h')
-rw-r--r--include/monitor/monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/monitor/monitor.h b/include/monitor/monitor.h
index 1c1f56f36b..43ca2fded3 100644
--- a/include/monitor/monitor.h
+++ b/include/monitor/monitor.h
@@ -15,6 +15,7 @@ extern Monitor *default_mon;
#define MONITOR_USE_READLINE 0x02
#define MONITOR_USE_CONTROL 0x04
#define MONITOR_USE_PRETTY 0x08
+#define MONITOR_ANDROID_CONSOLE 0x10
/* flags for monitor commands */
#define MONITOR_CMD_ASYNC 0x0001