summaryrefslogtreecommitdiff
path: root/tests/awd-timer-dma/awd-timer-dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/awd-timer-dma/awd-timer-dma.h')
-rw-r--r--tests/awd-timer-dma/awd-timer-dma.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/awd-timer-dma/awd-timer-dma.h b/tests/awd-timer-dma/awd-timer-dma.h
new file mode 100644
index 0000000..71bd158
--- /dev/null
+++ b/tests/awd-timer-dma/awd-timer-dma.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void task_init(void);
+ void task_run(void);
+
+#ifdef __cplusplus
+}
+#endif