Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-block.git] / include / linux / if_pppol2tp.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
cf14a4d0
JC
2/***************************************************************************
3 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
4 *
5 * This file supplies definitions required by the PPP over L2TP driver
fd558d18 6 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
cf14a4d0
JC
7 *
8 * License:
cf14a4d0 9 */
cf14a4d0
JC
10#ifndef __LINUX_IF_PPPOL2TP_H
11#define __LINUX_IF_PPPOL2TP_H
12
cf14a4d0 13#include <linux/in.h>
d2cf3361 14#include <linux/in6.h>
607ca46e 15#include <uapi/linux/if_pppol2tp.h>
cf14a4d0
JC
16
17#endif