[media] gspca - sonixj: Cleanup source and remove useless instructions
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter / xt_CONNSECMARK.h
blobb973ff80fa1e29cbb67dff66bd1d9bc4960e8e1f
1 #ifndef _XT_CONNSECMARK_H_target
2 #define _XT_CONNSECMARK_H_target
4 #include <linux/types.h>
6 enum {
7 CONNSECMARK_SAVE = 1,
8 CONNSECMARK_RESTORE,
9 };
11 struct xt_connsecmark_target_info {
12 __u8 mode;
15 #endif /*_XT_CONNSECMARK_H_target */