add global proxy / cache settings to httpget class. This removes the need of passing...
[Rockbox.git] / firmware / export / s1a0903x01.h
blobf36cfffae70ba0bf089ab662aaf9213a1220e994
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 * Tuner header for the Samsung S1A0903X01
11 * Copyright (C) 2007 Michael Sevakis
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
19 ****************************************************************************/
21 #ifndef _S1A0903X01_H_
22 #define _S1A0903X01_H_
24 /* Define additional tuner messages here */
25 #define HAVE_RADIO_MUTE_TIMEOUT
27 #if 0
28 #define S1A0903X01_IF_MEASUREMENT (RADIO_SET_CHIP_FIRST+0)
29 #define S1A0903X01_SENSITIVITY (RADIO_SET_CHIP_FIRST+1)
30 #endif
32 int s1a0903x01_set(int setting, int value);
33 int s1a0903x01_get(int setting);
35 #ifndef CONFIG_TUNER_MULTI
36 #define tuner_get s1a0903x01_get
37 #define tuner_set s1a0903x01_set
38 #endif
40 #endif /* _S1A0903X01_H_ */