Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd
[linux-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 7 */
cf14a4d0
JC
8#ifndef __LINUX_IF_PPPOL2TP_H
9#define __LINUX_IF_PPPOL2TP_H
10
cf14a4d0 11#include <linux/in.h>
d2cf3361 12#include <linux/in6.h>
607ca46e 13#include <uapi/linux/if_pppol2tp.h>
cf14a4d0
JC
14
15#endif