mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
30
include/media/radio-si4713.h
Normal file
30
include/media/radio-si4713.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
* include/media/radio-si4713.h
|
||||
*
|
||||
* Board related data definitions for Si4713 radio transmitter chip.
|
||||
*
|
||||
* Copyright (c) 2009 Nokia Corporation
|
||||
* Contact: Eduardo Valentin <eduardo.valentin@nokia.com>
|
||||
*
|
||||
* This file is licensed under the terms of the GNU General Public License
|
||||
* version 2. This program is licensed "as is" without any warranty of any
|
||||
* kind, whether express or implied.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef RADIO_SI4713_H
|
||||
#define RADIO_SI4713_H
|
||||
|
||||
#include <linux/i2c.h>
|
||||
|
||||
#define SI4713_NAME "radio-si4713"
|
||||
|
||||
/*
|
||||
* Platform dependent definition
|
||||
*/
|
||||
struct radio_si4713_platform_data {
|
||||
int i2c_bus;
|
||||
struct i2c_board_info *subdev_board_info;
|
||||
};
|
||||
|
||||
#endif /* ifndef RADIO_SI4713_H*/
|
Loading…
Add table
Add a link
Reference in a new issue