summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/reception.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/reception.h b/include/reception.h
new file mode 100644
index 0000000..80a6acb
--- /dev/null
+++ b/include/reception.h
@@ -0,0 +1,7 @@
+#ifndef RECEPTION_H
+#define RECEPTION_H
+
+void reception_ev(void);
+void reception_loop(void);
+
+#endif /* RECEPTION_H */