74edf8906c1d48331ba74249f1d1ccd83088172a
[profile/ivi/ofono.git] / drivers / qmimodem / qmimodem.h
1 /*
2  *
3  *  oFono - Open Source Telephony
4  *
5  *  Copyright (C) 2011-2012  Intel Corporation. All rights reserved.
6  *
7  *  This program is free software; you can redistribute it and/or modify
8  *  it under the terms of the GNU General Public License version 2 as
9  *  published by the Free Software Foundation.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19  *
20  */
21
22 #include "util.h"
23
24 extern void qmi_devinfo_init(void);
25 extern void qmi_devinfo_exit(void);
26
27 extern void qmi_netreg_init(void);
28 extern void qmi_netreg_exit(void);
29
30 extern void qmi_voicecall_init(void);
31 extern void qmi_voicecall_exit(void);
32
33 extern void qmi_sim_legacy_init(void);
34 extern void qmi_sim_legacy_exit(void);
35
36 extern void qmi_sms_init(void);
37 extern void qmi_sms_exit(void);
38
39 extern void qmi_ussd_init(void);
40 extern void qmi_ussd_exit(void);
41
42 extern void qmi_gprs_init(void);
43 extern void qmi_gprs_exit(void);
44
45 extern void qmi_gprs_context_init(void);
46 extern void qmi_gprs_context_exit(void);
47
48 extern void qmi_radio_settings_init(void);
49 extern void qmi_radio_settings_exit(void);
50
51 extern void qmi_location_reporting_init(void);
52 extern void qmi_location_reporting_exit(void);