]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/linux/netfilter/xt_CONNSECMARK.h
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / include / linux / netfilter / xt_CONNSECMARK.h
1 #ifndef _XT_CONNSECMARK_H_target
2 #define _XT_CONNSECMARK_H_target
3
4 #include <linux/types.h>
5
6 enum {
7         CONNSECMARK_SAVE = 1,
8         CONNSECMARK_RESTORE,
9 };
10
11 struct xt_connsecmark_target_info {
12         __u8 mode;
13 };
14
15 #endif /*_XT_CONNSECMARK_H_target */