summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index c3423299..bfcb58f5 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -505,8 +505,17 @@ void __ofono_gprs_provision_free_settings(
int count);
#include <ofono/emulator.h>
+
+enum ofono_emulator_slc_condition {
+ OFONO_EMULATOR_SLC_CONDITION_CMER,
+ OFONO_EMULATOR_SLC_CONDITION_CHLD,
+ OFONO_EMULATOR_SLC_CONDITION_BIND,
+};
+
void __ofono_emulator_set_indicator_forced(struct ofono_emulator *em,
const char *name, int value);
+void __ofono_emulator_slc_condition(struct ofono_emulator *em,
+ enum ofono_emulator_slc_condition cond);
#include <ofono/gnss.h>
#include <ofono/cdma-sms.h>