X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=b3298bd46fb4af525bc259a8ddb7d9e1afc01585;hp=486fe1423bedbf27bd8ef72d2161647258591901;hb=0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff;hpb=5a0328c7b039a90e988aaab8e03eb8ce5508d62b diff --git a/system.h b/system.h index 486fe14..b3298bd 100644 --- a/system.h +++ b/system.h @@ -114,6 +114,7 @@ int system_vlan_del(struct device *dev); int system_vlandev_add(struct device *vlandev, struct device *dev, struct vlandev_config *cfg); int system_vlandev_del(struct device *vlandev); +void system_if_get_settings(struct device *dev, struct device_settings *s); void system_if_clear_state(struct device *dev); int system_if_up(struct device *dev); int system_if_down(struct device *dev);