1#ifndef _IPT_MARK_H_target
2#define _IPT_MARK_H_target
3
4struct ipt_mark_target_info {
5	unsigned long mark;
6};
7
8#endif /*_IPT_MARK_H_target*/
9