disable some mediatekl custom warnings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / if_pppol2tp.h
CommitLineData
cf14a4d0
JC
1/***************************************************************************
2 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
3 *
4 * This file supplies definitions required by the PPP over L2TP driver
fd558d18 5 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
cf14a4d0
JC
6 *
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 */
cf14a4d0
JC
14#ifndef __LINUX_IF_PPPOL2TP_H
15#define __LINUX_IF_PPPOL2TP_H
16
cf14a4d0 17#include <linux/in.h>
d2cf3361 18#include <linux/in6.h>
607ca46e 19#include <uapi/linux/if_pppol2tp.h>
cf14a4d0
JC
20
21#endif