blob: bffdb962f1a6cba216e1c9ec9ba13acb878f4a3a [file] [log] [blame]
James Chapman0d767512010-04-02 06:19:00 +00001/*
2 * L2TP-over-IP socket for L2TPv3.
3 *
4 * Author: James Chapman <jchapman@katalix.com>
5 */
James Chapman0d767512010-04-02 06:19:00 +00006#ifndef _LINUX_L2TP_H_
7#define _LINUX_L2TP_H_
8
James Chapman0d767512010-04-02 06:19:00 +00009#include <linux/in.h>
Chris Elstona32e0ee2012-04-29 21:48:54 +000010#include <linux/in6.h>
David Howells607ca462012-10-13 10:46:48 +010011#include <uapi/linux/l2tp.h>
James Chapman309795f2010-04-02 06:19:10 +000012
James Chapman0d767512010-04-02 06:19:00 +000013#endif