summaryrefslogtreecommitdiff
path: root/firmware/export/fmradio.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fmradio.h')
-rw-r--r--firmware/export/fmradio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/fmradio.h b/firmware/export/fmradio.h
index 73113237c0..87fcfd191c 100644
--- a/firmware/export/fmradio.h
+++ b/firmware/export/fmradio.h
@@ -29,11 +29,6 @@
29#define FMRADIO_PLAYING 0x1 29#define FMRADIO_PLAYING 0x1
30#define FMRADIO_PAUSED 0x2 30#define FMRADIO_PAUSED 0x2
31 31
32/* returns the IN flag */
33#define FMRADIO_IN_SCREEN(s) ((s) & FMRADIO_IN_FLAG)
34#define FMRADIO_STATUS_PLAYING(s) ((s) & FMRADIO_PLAYING_OUT)
35#define FMRADIO_STATUS_PAUSED(s) ((s) & FMRADIO_PAUSED_OUT)
36
37extern int get_radio_status(void); 32extern int get_radio_status(void);
38 33
39extern int fmradio_read(int addr); 34extern int fmradio_read(int addr);