projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
include
/
linux
/
l2tp.h
1
/*
2
* L2TP-over-IP socket for L2TPv3.
3
*
4
* Author: James Chapman <jchapman@katalix.com>
5
*/
6
#ifndef _LINUX_L2TP_H_
7
#define _LINUX_L2TP_H_
8
9
#include <linux/in.h>
10
#include <linux/in6.h>
11
#include <uapi/linux/l2tp.h>
12
13
#endif