xref: /linux-6.15/include/linux/if_pppol2tp.h (revision 17df341d)
1*2874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
2cf14a4d0SJames Chapman /***************************************************************************
3cf14a4d0SJames Chapman  * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
4cf14a4d0SJames Chapman  *
5cf14a4d0SJames Chapman  * This file supplies definitions required by the PPP over L2TP driver
6fd558d18SJames Chapman  * (l2tp_ppp.c).  All version information wrt this file is located in l2tp_ppp.c
7cf14a4d0SJames Chapman  */
8cf14a4d0SJames Chapman #ifndef __LINUX_IF_PPPOL2TP_H
9cf14a4d0SJames Chapman #define __LINUX_IF_PPPOL2TP_H
10cf14a4d0SJames Chapman 
11cf14a4d0SJames Chapman #include <linux/in.h>
12d2cf3361SBenjamin LaHaise #include <linux/in6.h>
13607ca46eSDavid Howells #include <uapi/linux/if_pppol2tp.h>
14cf14a4d0SJames Chapman 
15cf14a4d0SJames Chapman #endif
16