Adding a version enum to differentiate between isimodem2.0 and isimodem2.5.
Needed for isimodem2.5 patches planned to follow shortly.
Best Regards,
Jessica
---
drivers/isimodem/isimodem.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/isimodem/isimodem.h b/drivers/isimodem/isimodem.h
index 37191c7..a2a827d 100644
--- a/drivers/isimodem/isimodem.h
+++ b/drivers/isimodem/isimodem.h
@@ -19,6 +19,11 @@
*
*/
+enum isi_version {
+ ISI_20 = 0,
+ ISI_25 = 1
+};
+
extern struct ofono_modem *isi_modem_by_interface(char const *ifname);
extern void isi_phonebook_init(void);
--
1.7.3.2
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono