From 47082976e9e0be088725013d05899417f50bb708 Mon Sep 17 00:00:00 2001 From: Samrat Guha Niyogi Date: Thu, 31 Mar 2016 13:02:45 +0530 Subject: [PATCH] include: Add support for IMEISV in devinfo --- include/devinfo.h | 2 ++ 1 file changed, 2 insertions(+) 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);