David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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 | * License: |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 9 | */ |
| 10 | #ifndef __LINUX_IF_PPPOL2TP_H |
| 11 | #define __LINUX_IF_PPPOL2TP_H |
| 12 | |
| 13 | #include <linux/in.h> |
| 14 | #include <linux/in6.h> |
| 15 | #include <uapi/linux/if_pppol2tp.h> |
| 16 | |
| 17 | #endif |