Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: a7904a538933c525096ca2ccde1e60d0ee62c08e authored by Linus Torvalds on 19 December 2021, 22:14:33 UTC
Linux 5.16-rc6
Tip revision: a7904a5
ioam6_iptunnel.h
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 *  IPv6 IOAM Lightweight Tunnel API
 *
 *  Author:
 *  Justin Iurman <justin.iurman@uliege.be>
 */
#ifndef _LINUX_IOAM6_IPTUNNEL_H
#define _LINUX_IOAM6_IPTUNNEL_H

#include <uapi/linux/ioam6_iptunnel.h>

#endif /* _LINUX_IOAM6_IPTUNNEL_H */
back to top