summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-07 04:24:21 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-07 04:24:21 +0000
commiteed62f1657f4f2b08571f0bd2b1827f3a71dac87 (patch)
tree1023d721c59e29150f445bbba25a0e11bed4c1ae /firmware/export
parentff3bb3aa18e71860d644a50632088ec282968de4 (diff)
downloadrockbox-eed62f1657f4f2b08571f0bd2b1827f3a71dac87.tar.gz
rockbox-eed62f1657f4f2b08571f0bd2b1827f3a71dac87.zip
Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12222 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-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);