Mention running boot.sh when pulling sources from Git
[openvswitch] / datapath / dp_sysfs.h
index d98fdf328180ff89825bffe95cd1d348a7dd383b..c0ac01b95fbe116105c2bd078ffd6f3f6c917885 100644 (file)
@@ -29,5 +29,9 @@ int dp_sysfs_del_if(struct net_bridge_port *p);
  * multiple versions. */
 #endif
 
+#ifdef SUPPORT_SYSFS
+extern struct sysfs_ops brport_sysfs_ops;
+#endif
+
 #endif /* dp_sysfs.h */