diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:45 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:25:45 +0200 |
commit | c4c609517db5f7a33e4d26809dd67620ba77e795 (patch) | |
tree | eb85ab1ba3dd1e9c500df76e15907a7bda44f1bc /device.h | |
parent | cd8b6676df948be45586b606cb32538b81e43f40 (diff) |
s/init_virtual_device/device_init_virtual/
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ extern const struct config_param_list device_attr_list; struct device *device_create(struct blob_attr *attr, struct uci_section *s); -void init_virtual_device(struct device *dev, const struct device_type *type, const char *name); +void device_init_virtual(struct device *dev, const struct device_type *type, const char *name); int device_init(struct device *iface, const struct device_type *type, const char *ifname); void device_cleanup(struct device *iface); struct device *device_get(const char *name, bool create); |