summaryrefslogtreecommitdiff
path: root/tangle/LLBM/call_tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/LLBM/call_tag.h')
-rw-r--r--tangle/LLBM/call_tag.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tangle/LLBM/call_tag.h b/tangle/LLBM/call_tag.h
new file mode 100644
index 0000000..fe559ef
--- /dev/null
+++ b/tangle/LLBM/call_tag.h
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace tag {
+
+struct call_by_cell_id { };
+struct call_by_list_index { };
+struct call_by_spatial_cell_mask { };
+
+struct post_process_by_list_index { };
+struct post_process_by_spatial_cell_mask { };
+
+}