aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ila.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ila.h')
-rw-r--r--include/linux/ila.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/ila.h b/include/linux/ila.h
new file mode 100644
index 0000000..f08e8d7
--- /dev/null
+++ b/include/linux/ila.h
@@ -0,0 +1,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 */