1
0
Fork 0
forked from len0rd/rockbox

fix reds, not so nice fiddling with simulator stubs to make it all works

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28614 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-11-18 11:57:51 +00:00
parent 1ce7ba4931
commit 3806584dbe
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@
#ifndef _SI4700_H_
#define _SI4700_H_
#include <stdint.h>
#define HAVE_RADIO_REGION
#define HAVE_RADIO_RSSI

View file

@ -94,7 +94,7 @@ extern const struct fm_region_data fm_region_data[TUNER_NUM_REGIONS];
#if CONFIG_TUNER
#ifdef CONFIG_TUNER_MULTI
#if !defined(SIMULATOR) && defined(CONFIG_TUNER_MULTI)
extern int tuner_detect_type(void);
extern int (*tuner_set)(int setting, int value);
extern int (*tuner_get)(int setting);
@ -138,7 +138,7 @@ extern int (*tuner_get)(int setting);
#include "ipod_remote_tuner.h"
#endif
#ifdef SIMULATOR
#if defined(SIMULATOR)
#undef tuner_set
int tuner_set(int setting, int value);
#undef tuner_get