summaryrefslogtreecommitdiff
path: root/backport-include/net/ipv6_stubs.h
blob: 7d9a52268e5875bb29e649df62b994b970ce9518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BACKPORT_IPV6_STUBS_H
#define _BACKPORT_IPV6_STUBS_H

#if LINUX_VERSION_IS_LESS(5,2,0)

#include <net/addrconf.h>

#else
#include_next <net/ipv6_stubs.h>
#endif

#endif	/* _BACKPORT_IPV6_STUBS_H */