Catalli's threaded switch
[sliver-openvswitch.git] / datapath / brc_procfs.h
1 /*
2  * Copyright (c) 2009 Nicira Networks.
3  * Distributed under the terms of the GNU GPL version 2.
4  *
5  * Significant portions of this file may be copied from parts of the Linux
6  * kernel, by Linus Torvalds and others.
7  */
8
9 #ifndef BRC_PROCFS_H
10 #define BRC_PROCFS_H 1
11
12 struct sk_buff;
13 struct genl_info;
14
15 void brc_procfs_exit(void);
16 int brc_genl_set_proc(struct sk_buff *skb, struct genl_info *info);
17
18 #endif /* brc_procfs.h */
19