blob: c87efd333faada7d3c601d8a1c2ea1ecd29f92a5 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
James Chapmancf14a4d2007-06-27 15:43:43 -07002/***************************************************************************
3 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
4 *
5 * This file supplies definitions required by the PPP over L2TP driver
James Chapmanfd558d12010-04-02 06:18:33 +00006 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
James Chapmancf14a4d2007-06-27 15:43:43 -07007 */
James Chapmancf14a4d2007-06-27 15:43:43 -07008#ifndef __LINUX_IF_PPPOL2TP_H
9#define __LINUX_IF_PPPOL2TP_H
10
James Chapmancf14a4d2007-06-27 15:43:43 -070011#include <linux/in.h>
Benjamin LaHaised2cf3362012-04-27 08:24:18 +000012#include <linux/in6.h>
David Howells607ca462012-10-13 10:46:48 +010013#include <uapi/linux/if_pppol2tp.h>
James Chapmancf14a4d2007-06-27 15:43:43 -070014
15#endif