Input: wm97xx: add new AC97 bus support
[sfrench/cifs-2.6.git] / include / linux / netfilter / nf_conntrack_sctp.h
1 #ifndef _NF_CONNTRACK_SCTP_H
2 #define _NF_CONNTRACK_SCTP_H
3 /* SCTP tracking. */
4
5 #include <uapi/linux/netfilter/nf_conntrack_sctp.h>
6
7 struct ip_ct_sctp {
8         enum sctp_conntrack state;
9
10         __be32 vtag[IP_CT_DIR_MAX];
11 };
12
13 #endif /* _NF_CONNTRACK_SCTP_H */