1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_CONNTRACK_IPV6_H
3 #define _NF_CONNTRACK_IPV6_H
4 
5 extern const struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
6 
7 #endif /* _NF_CONNTRACK_IPV6_H*/
8