| Eduardo Valentin | 1fd2121 | 2009-08-08 08:45:49 -0300 | [diff] [blame] | 1 | /* | 
 | 2 |  * include/media/radio-si4713.h | 
 | 3 |  * | 
 | 4 |  * Board related data definitions for Si4713 radio transmitter chip. | 
 | 5 |  * | 
 | 6 |  * Copyright (c) 2009 Nokia Corporation | 
 | 7 |  * Contact: Eduardo Valentin <eduardo.valentin@nokia.com> | 
 | 8 |  * | 
 | 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. | 
 | 12 |  * | 
 | 13 |  */ | 
 | 14 |  | 
 | 15 | #ifndef RADIO_SI4713_H | 
 | 16 | #define RADIO_SI4713_H | 
 | 17 |  | 
 | 18 | #include <linux/i2c.h> | 
 | 19 |  | 
 | 20 | #define SI4713_NAME "radio-si4713" | 
 | 21 |  | 
 | 22 | /* | 
 | 23 |  * Platform dependent definition | 
 | 24 |  */ | 
 | 25 | struct radio_si4713_platform_data { | 
 | 26 | 	int i2c_bus; | 
 | 27 | 	struct i2c_board_info *subdev_board_info; | 
 | 28 | }; | 
 | 29 |  | 
 | 30 | #endif /* ifndef RADIO_SI4713_H*/ |