drm/vc4: mark vc4_bo_cache_purge() static
[linux-2.6-block.git] / include / uapi / linux / netfilter / xt_CONNSECMARK.h
CommitLineData
100468e9
JM
1#ifndef _XT_CONNSECMARK_H_target
2#define _XT_CONNSECMARK_H_target
3
60c195c7
AB
4#include <linux/types.h>
5
100468e9
JM
6enum {
7 CONNSECMARK_SAVE = 1,
8 CONNSECMARK_RESTORE,
9};
10
11struct xt_connsecmark_target_info {
60c195c7 12 __u8 mode;
100468e9
JM
13};
14
15#endif /*_XT_CONNSECMARK_H_target */