Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
lib
/
libdss-include
/
linux
/
ila.h
blob: f08e8d77ab694ea2234af0780d3cc2d55f0005b2 [
file
] [
log
] [
blame
]
/* 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 */