summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/netfilter_ipv4/ipt_BCOUNT.h
blob: 34b56aefc7e4d6204c6715f5fa584230449d9b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*

	BCOUNT target
	Copyright (C) 2006 Jonathan Zarate

	Licensed under GNU GPL v2 or later.

*/
#ifndef _IPT_BCOUNT_TARGET_H
#define _IPT_BCOUNT_TARGET_H

struct ipt_BCOUNT_target {
//	int debug;
};

#endif