summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c
index deb53ff..bb94781 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -254,3 +254,13 @@ int system_macvlan_del(struct device *macvlan)
{
return 0;
}
+
+int system_vlandev_add(struct device *vlandev, struct device *dev, struct vlandev_config *cfg)
+{
+ return 0;
+}
+
+int system_vlandev_del(struct device *vlandev)
+{
+ return 0;
+}