Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /***************************************************************************
0003  * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
0004  *
0005  * This file supplies definitions required by the PPP over L2TP driver
0006  * (l2tp_ppp.c).  All version information wrt this file is located in l2tp_ppp.c
0007  *
0008  * License:
0009  */
0010 #ifndef __LINUX_IF_PPPOL2TP_H
0011 #define __LINUX_IF_PPPOL2TP_H
0012 
0013 #include <linux/in.h>
0014 #include <linux/in6.h>
0015 #include <uapi/linux/if_pppol2tp.h>
0016 
0017 #endif