xenserver: Remove usr_share_openvswitch_scripts_refresh-xs-network-uuids.
[sliver-openvswitch.git] / datapath / brc_procfs.h
1 /*
2  * Copyright (c) 2009, 2011 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 /* Maximum length of BRC_GENL_A_PROC_DIR and BRC_GENL_A_PROC_NAME strings. */
16 #define BRC_NAME_LEN_MAX 32
17
18 void brc_procfs_exit(void);
19 int brc_genl_set_proc(struct sk_buff *skb, struct genl_info *info);
20
21 #endif /* brc_procfs.h */
22