diff options
Diffstat (limited to 'src/mod/mod.h')
-rw-r--r-- | src/mod/mod.h | 11 |
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 |