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

#ifndef _LINUX_ILA_H
#define _LINUX_ILA_H

enum {
	ILA_ATTR_UNSPEC,
	ILA_ATTR_LOCATOR,			/* u64 */

	__ILA_ATTR_MAX,
};

#define ILA_ATTR_MAX		(__ILA_ATTR_MAX - 1)

#endif /* _LINUX_ILA_H */