Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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  */
26  int i2c_bus;
28 };
29 
30 #endif /* ifndef RADIO_SI4713_H*/