18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/*************************************************************************** 38c2ecf20Sopenharmony_ci * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661) 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This file supplies definitions required by the PPP over L2TP driver 68c2ecf20Sopenharmony_ci * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * License: 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci#ifndef __LINUX_IF_PPPOL2TP_H 118c2ecf20Sopenharmony_ci#define __LINUX_IF_PPPOL2TP_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#include <linux/in.h> 148c2ecf20Sopenharmony_ci#include <linux/in6.h> 158c2ecf20Sopenharmony_ci#include <uapi/linux/if_pppol2tp.h> 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif 18