blob: 7c540c3871bfa218d813f2b5d975e2e5c81511dd (
plain)
1
2
3
4
5
6
7
8
9
|
/* tuner-xc2028
*
* Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
* This code is placed under the terms of the GNU General Public License v2
*/
/* xc2028 commands for callback */
#define XC2028_TUNER_RESET 0
#define XC2028_RESET_CLK 1
|