aboutsummaryrefslogtreecommitdiffstats
path: root/include/devinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/devinfo.h')
-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);