X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=ca4cc1184e7144874fd088a06f9003b775df3cdf;hp=0772f5f4b0aa3cb18f973225a3ab76618c2ca3a9;hb=b9d1f678c1f705b5635de31d333353a64ff6799d;hpb=b164619c069b01c57425f462cc8768c021c32f8b diff --git a/device.h b/device.h index 0772f5f..ca4cc11 100644 --- a/device.h +++ b/device.h @@ -192,6 +192,9 @@ void device_init_pending(void); enum dev_change_type device_set_config(struct device *dev, const struct device_type *type, struct blob_attr *attr); +enum dev_change_type +device_apply_config(struct device *dev, const struct device_type *type, + struct blob_attr *config); void device_reset_config(void); void device_reset_old(void);