Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / media / dvb-frontends / a8293.h
blob8c09635ef8a498f3191ddf93b85985beea2215c3
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Allegro A8293 SEC driver
5 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi>
6 */
8 #ifndef A8293_H
9 #define A8293_H
11 #include <media/dvb_frontend.h>
14 * I2C address
15 * 0x08, 0x09, 0x0a, 0x0b
18 /**
19 * struct a8293_platform_data - Platform data for the a8293 driver
20 * @dvb_frontend: DVB frontend.
22 struct a8293_platform_data {
23 struct dvb_frontend *dvb_frontend;
26 #endif /* A8293_H */