2 * Copyright (c) 2009, 2010 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.
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 vport *p);
21 int dp_sysfs_del_if(struct vport *p);
24 extern struct sysfs_ops brport_sysfs_ops;
27 #endif /* dp_sysfs.h */