net: Identifier Locator Addressing module
[deliverable/linux.git] / include / uapi / linux / ila.h
CommitLineData
65d7ab8d
TH
1/* ila.h - ILA Interface */
2
3#ifndef _UAPI_LINUX_ILA_H
4#define _UAPI_LINUX_ILA_H
5
6enum {
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.024112 seconds and 5 git commands to generate.