aboutsummaryrefslogtreecommitdiffstats
path: root/android_qemud.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_qemud.h')
-rw-r--r--android_qemud.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/android_qemud.h b/android_qemud.h
index 1e9fad5..dfd6ba1 100644
--- a/android_qemud.h
+++ b/android_qemud.h
@@ -63,8 +63,9 @@ extern int android_qemud_get_channel( const char* name, CharDriverState* *pcs
extern int android_qemud_set_channel( const char* name, CharDriverState* peer_cs );
/* list of known qemud channel names */
-#define ANDROID_QEMUD_GSM "gsm"
-#define ANDROID_QEMUD_GPS "gps"
+#define ANDROID_QEMUD_GSM "gsm"
+#define ANDROID_QEMUD_GPS "gps"
+#define ANDROID_QEMUD_CONTROL "control"
/* add new channel names here when you need them */