Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [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 |
James Chapman | fd558d1 | 2010-04-02 06:18:33 +0000 | [diff] [blame] | 6 | * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [diff] [blame] | 7 | * |
| 8 | * License: |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [diff] [blame] | 9 | */ |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [diff] [blame] | 10 | #ifndef __LINUX_IF_PPPOL2TP_H |
| 11 | #define __LINUX_IF_PPPOL2TP_H |
| 12 | |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [diff] [blame] | 13 | #include <linux/in.h> |
Benjamin LaHaise | d2cf336 | 2012-04-27 08:24:18 +0000 | [diff] [blame] | 14 | #include <linux/in6.h> |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 15 | #include <uapi/linux/if_pppol2tp.h> |
James Chapman | cf14a4d | 2007-06-27 15:43:43 -0700 | [diff] [blame] | 16 | |
| 17 | #endif |