2 * Copyright (c) 2009 Nicira Networks.
3 * Distributed under the terms of the GNU GPL version 2.
5 * Significant portions of this file may be copied from parts of the Linux
6 * kernel, by Linus Torvalds and others.
13 struct net_bridge_port;
16 int dp_sysfs_add_dp(struct datapath *dp);
17 int dp_sysfs_del_dp(struct datapath *dp);
20 int dp_sysfs_add_if(struct net_bridge_port *p);
21 int dp_sysfs_del_if(struct net_bridge_port *p);
24 extern struct sysfs_ops brport_sysfs_ops;
27 #endif /* dp_sysfs.h */