summaryrefslogtreecommitdiff
path: root/src/mod/mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod/mod.h')
-rw-r--r--src/mod/mod.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mod/mod.h b/src/mod/mod.h
new file mode 100644
index 0000000..288d40b
--- /dev/null
+++ b/src/mod/mod.h
@@ -0,0 +1,11 @@
+#ifndef __RADIOLA_MOD_H
+#define __RADIOLA_MOD_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdint.h>
+
+void fm_demod();
+void fm_mod();
+
+#endif \ No newline at end of file