Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / include / media / radio-si4713.h
blobf6aae29c77419dde242167f8c45e1aa0d6734d25
1 /*
2 * include/media/radio-si4713.h
4 * Board related data definitions for Si4713 radio transmitter chip.
6 * Copyright (c) 2009 Nokia Corporation
7 * Contact: Eduardo Valentin <eduardo.valentin@nokia.com>
9 * This file is licensed under the terms of the GNU General Public License
10 * version 2. This program is licensed "as is" without any warranty of any
11 * kind, whether express or implied.
15 #ifndef RADIO_SI4713_H
16 #define RADIO_SI4713_H
18 #include <linux/i2c.h>
20 #define SI4713_NAME "radio-si4713"
23 * Platform dependent definition
25 struct radio_si4713_platform_data {
26 int i2c_bus;
27 struct i2c_board_info *subdev_board_info;
30 #endif /* ifndef RADIO_SI4713_H*/