blob: 96d40942e5a31efffa3372c00e05bfab023758f2 [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 *
8 * License:
James Chapmancf14a4d2007-06-27 15:43:43 -07009 */
James Chapmancf14a4d2007-06-27 15:43:43 -070010#ifndef __LINUX_IF_PPPOL2TP_H
11#define __LINUX_IF_PPPOL2TP_H
12
James Chapmancf14a4d2007-06-27 15:43:43 -070013#include <linux/in.h>
Benjamin LaHaised2cf3362012-04-27 08:24:18 +000014#include <linux/in6.h>
David Howells607ca462012-10-13 10:46:48 +010015#include <uapi/linux/if_pppol2tp.h>
James Chapmancf14a4d2007-06-27 15:43:43 -070016
17#endif