summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-08 10:36:49 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-08 10:36:49 +0000
commit0f17532c9ddb2282c385ce6ad501a2e5d94acbe5 (patch)
tree02df2cb3f274e9106c21abf1926441bd7f3429c3 /apps/recorder/radio.h
parentfe3cfcc9b2b0ce5f0862f891762794ddf42bb6ab (diff)
downloadrockbox-0f17532c9ddb2282c385ce6ad501a2e5d94acbe5.tar.gz
rockbox-0f17532c9ddb2282c385ce6ad501a2e5d94acbe5.zip
Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12231 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/radio.h')
-rw-r--r--apps/recorder/radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index 0bfda3bccf..a4f9f1a978 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -31,6 +31,7 @@ void radio_start(void);
31void radio_pause(void); 31void radio_pause(void);
32void radio_stop(void); 32void radio_stop(void);
33bool radio_hardware_present(void); 33bool radio_hardware_present(void);
34bool in_radio_screen(void);
34 35
35#define MAX_FMPRESET_LEN 27 36#define MAX_FMPRESET_LEN 27
36 37