aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/radio-si4763.h
blob: e7abac285c14dd22c0fc89430ad6e55679a1766d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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*/