93e21cfb02a45e9e5c316f85aebca6c27b17b2fc
[cascardo/ovs.git] / datapath / brc_procfs.h
1 #ifndef BRC_PROCFS_H
2 #define BRC_PROCFS_H 1
3
4 struct sk_buff;
5 struct genl_info;
6
7 void brc_procfs_exit(void);
8 int brc_genl_set_proc(struct sk_buff *skb, struct genl_info *info);
9
10 #endif /* brc_procfs.h */
11