aboutsummaryrefslogtreecommitdiff
path: root/datapath/brc_sysfs.h
blob: 245492f4c44c2889648f50624ce012ffce341ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef BRC_SYSFS_H
#define BRC_SYSFS_H 1

struct datapath;
struct net_bridge_port;

/* brc_sysfs_dp.c */
int brc_sysfs_add_dp(struct datapath *dp);
int brc_sysfs_del_dp(struct datapath *dp);

/* brc_sysfs_if.c */
int brc_sysfs_add_if(struct net_bridge_port *p);
int brc_sysfs_del_if(struct net_bridge_port *p);

#endif /* brc_sysfs.h */