xref: /openbmc/linux/include/linux/ioam6.h (revision 9ee11f0f)
1*9ee11f0fSJustin Iurman /* SPDX-License-Identifier: GPL-2.0+ */
2*9ee11f0fSJustin Iurman /*
3*9ee11f0fSJustin Iurman  *  IPv6 IOAM
4*9ee11f0fSJustin Iurman  *
5*9ee11f0fSJustin Iurman  *  Author:
6*9ee11f0fSJustin Iurman  *  Justin Iurman <justin.iurman@uliege.be>
7*9ee11f0fSJustin Iurman  */
8*9ee11f0fSJustin Iurman #ifndef _LINUX_IOAM6_H
9*9ee11f0fSJustin Iurman #define _LINUX_IOAM6_H
10*9ee11f0fSJustin Iurman 
11*9ee11f0fSJustin Iurman #include <uapi/linux/ioam6.h>
12*9ee11f0fSJustin Iurman 
13*9ee11f0fSJustin Iurman #endif /* _LINUX_IOAM6_H */
14