aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ila.h
blob: 7ed9e670814ed2f519a54aa67f4f8f71b55d48e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ila.h - ILA Interface */

#ifndef _UAPI_LINUX_ILA_H
#define _UAPI_LINUX_ILA_H

enum {
	ILA_ATTR_UNSPEC,
	ILA_ATTR_LOCATOR,			/* u64 */

	__ILA_ATTR_MAX,
};

#define ILA_ATTR_MAX		(__ILA_ATTR_MAX - 1)

#endif /* _UAPI_LINUX_ILA_H */