![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Allegro A8293 SEC driver 0004 * 0005 * Copyright (C) 2011 Antti Palosaari <crope@iki.fi> 0006 */ 0007 0008 #ifndef A8293_H 0009 #define A8293_H 0010 0011 #include <media/dvb_frontend.h> 0012 0013 /* 0014 * I2C address 0015 * 0x08, 0x09, 0x0a, 0x0b 0016 */ 0017 0018 /** 0019 * struct a8293_platform_data - Platform data for the a8293 driver 0020 * @dvb_frontend: DVB frontend. 0021 */ 0022 struct a8293_platform_data { 0023 struct dvb_frontend *dvb_frontend; 0024 }; 0025 0026 #endif /* A8293_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |