]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/l2tp.h
ASoC: rt5514: Unconfuse the rt5514 at probe / resume time
[mirror_ubuntu-bionic-kernel.git] / include / linux / l2tp.h
CommitLineData
0d76751f
JC
1/*
2 * L2TP-over-IP socket for L2TPv3.
3 *
4 * Author: James Chapman <jchapman@katalix.com>
5 */
0d76751f
JC
6#ifndef _LINUX_L2TP_H_
7#define _LINUX_L2TP_H_
8
0d76751f 9#include <linux/in.h>
a32e0eec 10#include <linux/in6.h>
607ca46e 11#include <uapi/linux/l2tp.h>
309795f4 12
0d76751f 13#endif