aboutsummaryrefslogtreecommitdiff
path: root/datapath/brc_procfs.h
blob: 368442e299b60c52fdd67a09c0ba6916761e8e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2009 Nicira Networks.
 * Distributed under the terms of the GNU GPL version 2.
 *
 * Significant portions of this file may be copied from parts of the Linux
 * kernel, by Linus Torvalds and others.
 */

#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 */