Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatchin...
[linux-2.6-block.git] / drivers / media / dvb-frontends / a8293.h
CommitLineData
c942fddf 1/* SPDX-License-Identifier: GPL-2.0-or-later */
85bc9b51
AP
2/*
3 * Allegro A8293 SEC driver
4 *
5 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi>
85bc9b51
AP
6 */
7
8#ifndef A8293_H
9#define A8293_H
10
fada1935 11#include <media/dvb_frontend.h>
782d8b74 12
b561baec
AP
13/*
14 * I2C address
15 * 0x08, 0x09, 0x0a, 0x0b
16 */
17
18/**
19 * struct a8293_platform_data - Platform data for the a8293 driver
20 * @dvb_frontend: DVB frontend.
21 */
22struct a8293_platform_data {
23 struct dvb_frontend *dvb_frontend;
24};
25
85bc9b51 26#endif /* A8293_H */