blob: 0402eda1a94e81810453b8f01d027ad7b2451a49 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
James Chapman0d767512010-04-02 06:19:00 +00002/*
3 * L2TP-over-IP socket for L2TPv3.
4 *
5 * Author: James Chapman <jchapman@katalix.com>
6 */
James Chapman0d767512010-04-02 06:19:00 +00007#ifndef _LINUX_L2TP_H_
8#define _LINUX_L2TP_H_
9
James Chapman0d767512010-04-02 06:19:00 +000010#include <linux/in.h>
Chris Elstona32e0ee2012-04-29 21:48:54 +000011#include <linux/in6.h>
David Howells607ca462012-10-13 10:46:48 +010012#include <uapi/linux/l2tp.h>
James Chapman309795f2010-04-02 06:19:10 +000013
James Chapman0d767512010-04-02 06:19:00 +000014#endif