Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
James Chapman | 0d76751 | 2010-04-02 06:19:00 +0000 | [diff] [blame] | 2 | /* |
| 3 | * L2TP-over-IP socket for L2TPv3. |
| 4 | * |
| 5 | * Author: James Chapman <jchapman@katalix.com> |
| 6 | */ |
James Chapman | 0d76751 | 2010-04-02 06:19:00 +0000 | [diff] [blame] | 7 | #ifndef _LINUX_L2TP_H_ |
| 8 | #define _LINUX_L2TP_H_ |
| 9 | |
James Chapman | 0d76751 | 2010-04-02 06:19:00 +0000 | [diff] [blame] | 10 | #include <linux/in.h> |
Chris Elston | a32e0ee | 2012-04-29 21:48:54 +0000 | [diff] [blame] | 11 | #include <linux/in6.h> |
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 12 | #include <uapi/linux/l2tp.h> |
James Chapman | 309795f | 2010-04-02 06:19:10 +0000 | [diff] [blame] | 13 | |
James Chapman | 0d76751 | 2010-04-02 06:19:00 +0000 | [diff] [blame] | 14 | #endif |