diff options
Diffstat (limited to 'include/media/radio-si4763.h')
-rw-r--r-- | include/media/radio-si4763.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/media/radio-si4763.h b/include/media/radio-si4763.h new file mode 100644 index 00000000..e7abac28 --- /dev/null +++ b/include/media/radio-si4763.h @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2008-2012 Freescale Semiconductor, Inc. All Rights Reserved. + */ + +#ifndef RADIO_SI4763_H +#define RADIO_SI4763_H + +#include <linux/i2c.h> + +#define SI4763_NAME "radio-si4763" + +/* + * Platform dependent definition + */ +struct radio_si4763_platform_data { + int i2c_bus; + struct i2c_board_info *subdev_board_info; +}; + +#endif /* ifndef RADIO_SI4763_H*/ |