mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
12 lines
204 B
C
12 lines
204 B
C
|
|
#ifndef BRC_PROCFS_H
|
||
|
|
#define BRC_PROCFS_H 1
|
||
|
|
|
||
|
|
struct sk_buff;
|
||
|
|
struct genl_info;
|
||
|
|
|
||
|
|
void brc_procfs_exit(void);
|
||
|
|
int brc_genl_set_proc(struct sk_buff *skb, struct genl_info *info);
|
||
|
|
|
||
|
|
#endif /* brc_procfs.h */
|
||
|
|
|