/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _DCCP_IPV6_H #define _DCCP_IPV6_H /* * net/dccp/ipv6.h * * An implementation of the DCCP protocol * Copyright (c) 2005 Arnaldo Carvalho de Melo <[email protected]> */ #include <linux/dccp.h> #include <linux/ipv6.h> struct dccp6_sock { … }; struct dccp6_request_sock { … }; struct dccp6_timewait_sock { … }; #endif /* _DCCP_IPV6_H */