l2tp.h 261 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * L2TP-over-IP socket for L2TPv3.
  4. *
  5. * Author: James Chapman <[email protected]>
  6. */
  7. #ifndef _LINUX_L2TP_H_
  8. #define _LINUX_L2TP_H_
  9. #include <linux/in.h>
  10. #include <linux/in6.h>
  11. #include <uapi/linux/l2tp.h>
  12. #endif