summaryrefslogtreecommitdiffstats
path: root/include/rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rt.h')
-rw-r--r--include/rt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rt.h b/include/rt.h
index 9828e634..195af943 100644
--- a/include/rt.h
+++ b/include/rt.h
@@ -18,6 +18,8 @@ struct rt_template {
bool invalid;
};
+extern const struct rt_template rt_templates[];
+
#define RT_TEMPLATE(__token, __dtype, __len, __byteorder, __invalid) { \
.token = (__token), \
.dtype = (__dtype), \