| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 2 | /*************************************************************************** |
| 3 | * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661) |
| 4 | * |
| 5 | * This file supplies definitions required by the PPP over L2TP driver |
| 6 | * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c |
| 7 | */ |
| 8 | #ifndef __LINUX_IF_PPPOL2TP_H |
| 9 | #define __LINUX_IF_PPPOL2TP_H |
| 10 | |
| 11 | #include <linux/in.h> |
| 12 | #include <linux/in6.h> |
| 13 | #include <uapi/linux/if_pppol2tp.h> |
| 14 | |
| 15 | #endif |
| 16 | |