From b3750541774c486fdabe504434fefe1de469dba4 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 23 Jun 2017 23:09:07 +0000 Subject: awd-timer-dma: initial commit. Had to figure out a few screwups before I got the AWD working properly. --- tests/awd-timer-dma/awd-timer-dma.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/awd-timer-dma/awd-timer-dma.h (limited to 'tests/awd-timer-dma/awd-timer-dma.h') 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 -- cgit