summaryrefslogtreecommitdiff
path: root/datapath/brc_procfs.h
blob: 93e21cfb02a45e9e5c316f85aebca6c27b17b2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */