summaryrefslogtreecommitdiff
path: root/tests/awd-timer-dma/awd-timer-dma.h
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2017-06-23 23:09:07 +0000
committerKarl Palsson <karlp@tweak.net.au>2017-09-01 21:20:39 +0000
commitb3750541774c486fdabe504434fefe1de469dba4 (patch)
tree41a66247cc12008e3d4a5c06827c99278de5790c /tests/awd-timer-dma/awd-timer-dma.h
parent76f86f8b2c1b4b803642a30a5f94d589410fe1c2 (diff)
downloadolsndot-b3750541774c486fdabe504434fefe1de469dba4.tar.gz
olsndot-b3750541774c486fdabe504434fefe1de469dba4.tar.bz2
olsndot-b3750541774c486fdabe504434fefe1de469dba4.zip
awd-timer-dma: initial commit.
Had to figure out a few screwups before I got the AWD working properly.
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