summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/lte.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lte.h b/include/lte.h
index f3ff4053..ef84ab99 100644
--- a/include/lte.h
+++ b/include/lte.h
@@ -38,7 +38,7 @@ typedef void (*ofono_lte_cb_t)(const struct ofono_error *error, void *data);
struct ofono_lte_driver {
const char *name;
- int (*probe)(struct ofono_lte *lte, void *data);
+ int (*probe)(struct ofono_lte *lte, unsigned int vendor, void *data);
void (*remove)(struct ofono_lte *lte);
void (*set_default_attach_info)(const struct ofono_lte *lte,
const struct ofono_lte_default_attach_info *info,
@@ -50,6 +50,7 @@ int ofono_lte_driver_register(const struct ofono_lte_driver *d);
void ofono_lte_driver_unregister(const struct ofono_lte_driver *d);
struct ofono_lte *ofono_lte_create(struct ofono_modem *modem,
+ unsigned int vendor,
const char *driver, void *data);
void ofono_lte_register(struct ofono_lte *lte);