summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-05-04 02:23:18 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-05-04 02:23:18 +0000
commitc5dacdcc771d89cd079cd9d61052be3ba9d23f0b (patch)
tree29fea001ee92e643a77c817fddcf50144206ed09 /apps/recorder/radio.h
parent75b41a88f6bfdc478d16d0f3ad9341a6fac459d8 (diff)
downloadrockbox-c5dacdcc771d89cd079cd9d61052be3ba9d23f0b.tar.gz
rockbox-c5dacdcc771d89cd079cd9d61052be3ba9d23f0b.zip
FM preset handling on F2 and F3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3648 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/radio.h')
-rw-r--r--apps/recorder/radio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/recorder/radio.h b/apps/recorder/radio.h
index dafa46d90d..f6d7686ea9 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -21,6 +21,13 @@
21 21
22#ifdef HAVE_FMRADIO 22#ifdef HAVE_FMRADIO
23bool radio_screen(void); 23bool radio_screen(void);
24
25struct fmstation
26{
27 int frequency; /* In Hz */
28 char name[28];
29};
30
24#endif 31#endif
25 32
26#endif 33#endif