repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: Don't use create_proc_read_entry()
[linux-2.6.git]
/
include
/
linux
/
l2tp.h
blob
bffdb962f1a6cba216e1c9ec9ba13acb878f4a3a
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