summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-05-19 18:03:27 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2012-05-19 18:04:25 +0200
commite4016834822e3211ff0693691c456f3d620cad0a (patch)
treef6e5bd8a60828f3a91fdd69a2964b6b290353b8a /firmware/export
parent4f5efac9e5ae326f666d30a8b93cab5a7c18eb4e (diff)
downloadrockbox-e4016834822e3211ff0693691c456f3d620cad0a.tar.gz
rockbox-e4016834822e3211ff0693691c456f3d620cad0a.zip
zenxfi3&stfm1000: implement fmradio i2c and debug screen
Change-Id: I83dbdee13185d9adcf590dc213da5a8c97adb2ba
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/stfm1000.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/stfm1000.h b/firmware/export/stfm1000.h
index 2143a81ad4..6c01d6308e 100644
--- a/firmware/export/stfm1000.h
+++ b/firmware/export/stfm1000.h
@@ -29,10 +29,16 @@
29#define HAVE_RADIO_REGION 29#define HAVE_RADIO_REGION
30#define HAVE_RADIO_RSSI 30#define HAVE_RADIO_RSSI
31 31
32struct stfm1000_dbg_info
33{
34 uint32_t chipid;
35};
36
32bool stfm1000_detect(void); 37bool stfm1000_detect(void);
33void stfm1000_init(void); 38void stfm1000_init(void);
34int stfm1000_set(int setting, int value); 39int stfm1000_set(int setting, int value);
35int stfm1000_get(int setting); 40int stfm1000_get(int setting);
41void stfm1000_dbg_info(struct stfm1000_dbg_info *nfo);
36 42
37#ifndef CONFIG_TUNER_MULTI 43#ifndef CONFIG_TUNER_MULTI
38#define tuner_set stfm1000_set 44#define tuner_set stfm1000_set