Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
media
radio-si4713.h
Go to the documentation of this file.
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 <
[email protected]
>
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*/
Generated on Thu Jan 10 2013 14:52:55 for Linux Kernel by
1.8.2