aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/sort/selection.h')
-rw-r--r--test/mppa/sort/selection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mppa/sort/selection.h b/test/mppa/sort/selection.h
new file mode 100644
index 00000000..92a6b461
--- /dev/null
+++ b/test/mppa/sort/selection.h
@@ -0,0 +1,6 @@
+#ifndef __SELECTION_H__
+#define __SELECTION_H__
+
+int select_sort(uint64_t *res, const uint64_t *T);
+
+#endif // __SELECTION_H__