summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamrat Guha Niyogi <samrat.guha.niyogi@intel.com>2016-03-31 13:02:45 +0530
committerDenis Kenzior <denkenz@gmail.com>2016-03-31 10:16:23 -0500
commit47082976e9e0be088725013d05899417f50bb708 (patch)
treebbf30b8d2944f09dd7155fa0d677c7b3569969e7 /include
parentac45314cf130cf3a7c10e5ff25af4354311c868e (diff)
downloadofono-47082976e9e0be088725013d05899417f50bb708.tar.gz
include: Add support for IMEISV in devinfo
Diffstat (limited to 'include')
-rw-r--r--include/devinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/devinfo.h b/include/devinfo.h
index a9acce93..9d1834fa 100644
--- a/include/devinfo.h
+++ b/include/devinfo.h
@@ -46,6 +46,8 @@ struct ofono_devinfo_driver {
ofono_devinfo_query_cb_t cb, void *data);
void (*query_revision)(struct ofono_devinfo *info,
ofono_devinfo_query_cb_t cb, void *data);
+ void (*query_svn)(struct ofono_devinfo *info,
+ ofono_devinfo_query_cb_t cb, void *data);
};
int ofono_devinfo_driver_register(const struct ofono_devinfo_driver *d);