diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h index 30143f39..14dcd18d 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -207,6 +207,8 @@ unsigned int __ofono_modem_add_powered_watch(struct ofono_modem *modem, void __ofono_modem_remove_powered_watch(struct ofono_modem *modem, unsigned int id); +void __ofono_modem_sim_reset(struct ofono_modem *modem); + #include <ofono/call-barring.h> gboolean __ofono_call_barring_is_busy(struct ofono_call_barring *cb); |