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

	MACSAVE target
	Copyright (C) 2006 Jonathan Zarate

	Licensed under GNU GPL v2 or later.

*/
#ifndef _IPT_MACSAVE_TARGET_H
#define _IPT_MACSAVE_TARGET_H

struct ipt_MACSAVE_target_info {
//	int debug;
};

#endif