blob: bfde67c6122484bf9126b6a0e9997accaa19ecda [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _IPT_MARK_H
2#define _IPT_MARK_H
3
Harald Welte2e4e6a12006-01-12 13:30:04 -08004/* Backwards compatibility for old userspace */
5#include <linux/netfilter/xt_mark.h>
6
7#define ipt_mark_info xt_mark_info
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
9#endif /*_IPT_MARK_H*/