These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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 */