1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 20d76751fSJames Chapman /* 30d76751fSJames Chapman * L2TP-over-IP socket for L2TPv3. 40d76751fSJames Chapman * 50d76751fSJames Chapman * Author: James Chapman <jchapman@katalix.com> 60d76751fSJames Chapman */ 70d76751fSJames Chapman #ifndef _LINUX_L2TP_H_ 80d76751fSJames Chapman #define _LINUX_L2TP_H_ 90d76751fSJames Chapman 100d76751fSJames Chapman #include <linux/in.h> 11a32e0eecSChris Elston #include <linux/in6.h> 12607ca46eSDavid Howells #include <uapi/linux/l2tp.h> 13309795f4SJames Chapman 140d76751fSJames Chapman #endif 15