aboutsummaryrefslogtreecommitdiffstats
path: root/android/ui-core-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/ui-core-protocol.h')
-rw-r--r--android/ui-core-protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/ui-core-protocol.h b/android/ui-core-protocol.h
index e454b14..7b12f24 100644
--- a/android/ui-core-protocol.h
+++ b/android/ui-core-protocol.h
@@ -37,4 +37,7 @@ typedef void (*AndroidHwLightBrightnessCallback)( void* opaque,
void android_core_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback,
void* opaque);
+/* Returns base port assigned for the emulated system. */
+int android_core_get_base_port(void);
+
#endif // QEMU_ANDROID_UI_CORE_PROTOCOL_H