SmartAudio/prebuilt/gcc/linux-x86/arm/toolchain-sunxi-musl/toolchain/include/linux/ila.h

16 lines
220 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
/* 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 */