]> Git Repo - linux.git/blob - include/uapi/linux/ila.h
ipv6: ip6_fragment: fix headroom tests and skb leak
[linux.git] / include / uapi / linux / ila.h
1 /* ila.h - ILA Interface */
2
3 #ifndef _UAPI_LINUX_ILA_H
4 #define _UAPI_LINUX_ILA_H
5
6 enum {
7         ILA_ATTR_UNSPEC,
8         ILA_ATTR_LOCATOR,                       /* u64 */
9
10         __ILA_ATTR_MAX,
11 };
12
13 #define ILA_ATTR_MAX            (__ILA_ATTR_MAX - 1)
14
15 #endif /* _UAPI_LINUX_ILA_H */
This page took 0.033673 seconds and 4 git commands to generate.