X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=inline;f=device.h;h=dbcaf771e73ac2e04a8bb591f219a381f435b78d;hb=45e9c1a9a4df8580a9c1117c225d5e9ec73694c4;hp=a1eee7fc532629e65533aa959aee594aadd82ea8;hpb=d095bf24cf7879150d008c23998676bfedebbde6;p=project%2Fnetifd.git diff --git a/device.h b/device.h index a1eee7f..dbcaf77 100644 --- a/device.h +++ b/device.h @@ -103,7 +103,7 @@ struct device_settings { uint8_t macaddr[6]; }; -/* +/* * link layer device. typically represents a linux network device. * can be used to support VLANs as well */ @@ -152,6 +152,7 @@ extern const struct uci_blob_param_list device_attr_list; extern const struct device_type simple_device_type; extern const struct device_type bridge_device_type; extern const struct device_type tunnel_device_type; +extern const struct device_type macvlan_device_type; void device_lock(void); void device_unlock(void);