aboutsummaryrefslogtreecommitdiffstats
path: root/telephony/android_modem.h
diff options
context:
space:
mode:
authorDavid Turner <>2009-04-18 20:50:40 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-18 20:50:40 -0700
commit6f290f2b9d23e763d78a0e0f2c203c3b28f095e7 (patch)
tree607c852be25de73bc0a7e65e3b7455984d319cca /telephony/android_modem.h
parent94088e208d1cf4bb62e63ec64bf562c07847ef75 (diff)
downloadexternal_qemu-6f290f2b9d23e763d78a0e0f2c203c3b28f095e7.zip
external_qemu-6f290f2b9d23e763d78a0e0f2c203c3b28f095e7.tar.gz
external_qemu-6f290f2b9d23e763d78a0e0f2c203c3b28f095e7.tar.bz2
AI 146565: am: CL 146315 am: CL 146314 modify GSM emulation to accomodate 1.0 and 1.1 system images.
without this, networking doesn't work well when using the 1.1 add-on with the cupcake sdk Original author: digit Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146565
Diffstat (limited to 'telephony/android_modem.h')
-rw-r--r--telephony/android_modem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/android_modem.h b/telephony/android_modem.h
index 80d22c5..828da42 100644
--- a/telephony/android_modem.h
+++ b/telephony/android_modem.h
@@ -23,6 +23,7 @@ typedef struct AModemRec_* AModem;
typedef void (*AModemUnsolFunc)( void* opaque, const char* message );
extern AModem amodem_create( int base_port, AModemUnsolFunc unsol_func, void* unsol_opaque );
+extern void amodem_set_legacy( AModem modem );
extern void amodem_destroy( AModem modem );
/* send a command to the modem */