summaryrefslogtreecommitdiffstats
path: root/include/modem.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-03-31 09:18:25 -0700
committerDenis Kenzior <denkenz@gmail.com>2011-04-04 23:36:49 -0500
commitc7c45cf4efb48717be8aefcbfff489aa997c0474 (patch)
tree31a7994b59fd01dd20b8760a06270b7321724814 /include/modem.h
parente7e6ce99834472d3e55c5e72e4f9e132ff9f3c42 (diff)
downloadofono-c7c45cf4efb48717be8aefcbfff489aa997c0474.tar.bz2
include: add ofono_modem_get_emergency_mode api
Diffstat (limited to 'include/modem.h')
-rw-r--r--include/modem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modem.h b/include/modem.h
index a92eb88d..5a343705 100644
--- a/include/modem.h
+++ b/include/modem.h
@@ -53,6 +53,8 @@ ofono_bool_t ofono_modem_get_powered(struct ofono_modem *modem);
ofono_bool_t ofono_modem_get_online(struct ofono_modem *modem);
+ofono_bool_t ofono_modem_get_emergency_mode(struct ofono_modem *modem);
+
void ofono_modem_set_name(struct ofono_modem *modem, const char *name);
int ofono_modem_set_string(struct ofono_modem *modem,