summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-12-19 01:24:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-12-19 01:24:02 +0000
commitef8fd8e53327c042c2444eef7f0d61ee616dd01c (patch)
tree0b719812d7a666d2031f0f7bd14494050a483d49 /apps/recorder/radio.h
parent47f6cb30ee2333d64b6470317cf378d10b38c0f2 (diff)
downloadrockbox-ef8fd8e53327c042c2444eef7f0d61ee616dd01c.tar.gz
rockbox-ef8fd8e53327c042c2444eef7f0d61ee616dd01c.zip
Automatic detection of FM radio hardware for V2 recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4165 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 45942a9990..5ddbf13d6b 100644
--- a/apps/recorder/radio.h
+++ b/apps/recorder/radio.h
@@ -22,6 +22,7 @@
22#ifdef HAVE_FMRADIO 22#ifdef HAVE_FMRADIO
23bool radio_screen(void); 23bool radio_screen(void);
24void radio_stop(void); 24void radio_stop(void);
25bool radio_hardware_present(void);
25 26
26struct fmstation 27struct fmstation
27{ 28{