2 * Copyright (c) 2009 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.
10 #define BRC_PROCFS_H 1
15 void brc_procfs_exit(void);
16 int brc_genl_set_proc(struct sk_buff *skb, struct genl_info *info);
18 #endif /* brc_procfs.h */