blob: 0fb71e532b2c680388a4dfbeb11171bad96fe4a3 [file] [log] [blame]
James Chapmancf14a4d2007-06-27 15:43:43 -07001/***************************************************************************
2 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
3 *
4 * This file supplies definitions required by the PPP over L2TP driver
James Chapmanfd558d12010-04-02 06:18:33 +00005 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
James Chapmancf14a4d2007-06-27 15:43:43 -07006 *
7 * License:
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version
11 * 2 of the License, or (at your option) any later version.
12 *
13 */
James Chapmancf14a4d2007-06-27 15:43:43 -070014#ifndef __LINUX_IF_PPPOL2TP_H
15#define __LINUX_IF_PPPOL2TP_H
16
James Chapmancf14a4d2007-06-27 15:43:43 -070017#include <linux/in.h>
Benjamin LaHaised2cf3362012-04-27 08:24:18 +000018#include <linux/in6.h>
David Howells607ca462012-10-13 10:46:48 +010019#include <uapi/linux/if_pppol2tp.h>
James Chapmancf14a4d2007-06-27 15:43:43 -070020
21#endif