summaryrefslogtreecommitdiff
path: root/datapath/brc_procfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath/brc_procfs.h')
-rw-r--r--datapath/brc_procfs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/datapath/brc_procfs.h b/datapath/brc_procfs.h
new file mode 100644
index 000000000..93e21cfb0
--- /dev/null
+++ b/datapath/brc_procfs.h
@@ -0,0 +1,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 */
+