Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[sliver-openvswitch.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