datapath: Add sysfs support for all (otherwise supported) Linux versions.
[openvswitch] / datapath / brc_sysfs.h
1 #ifndef BRC_SYSFS_H
2 #define BRC_SYSFS_H 1
3
4 struct datapath;
5 struct net_bridge_port;
6
7 /* brc_sysfs_dp.c */
8 int brc_sysfs_add_dp(struct datapath *dp);
9 int brc_sysfs_del_dp(struct datapath *dp);
10
11 /* brc_sysfs_if.c */
12 int brc_sysfs_add_if(struct net_bridge_port *p);
13 int brc_sysfs_del_if(struct net_bridge_port *p);
14
15 #endif /* brc_sysfs.h */
16