l2tp.h 222 字节
Newer Older
1 2 3 4 5 6 7 8 9
/*
 * L2TP-over-IP socket for L2TPv3.
 *
 * Author: James Chapman <jchapman@katalix.com>
 */
#ifndef _LINUX_L2TP_H_
#define _LINUX_L2TP_H_

#include <linux/in.h>
10
#include <linux/in6.h>
11
#include <uapi/linux/l2tp.h>
12

13
#endif