Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / media / tuners / fc001x-common.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Fitipower FC0012 & FC0013 tuner driver - common defines
4  *
5  * Copyright (C) 2012 Hans-Frieder Vogt <hfvogt@gmx.net>
6  */
7
8 #ifndef _FC001X_COMMON_H_
9 #define _FC001X_COMMON_H_
10
11 enum fc001x_xtal_freq {
12         FC_XTAL_27_MHZ,         /* 27000000 */
13         FC_XTAL_28_8_MHZ,       /* 28800000 */
14         FC_XTAL_36_MHZ,         /* 36000000 */
15 };
16
17 /*
18  * enum fc001x_fe_callback_commands - Frontend callbacks
19  *
20  * @FC_FE_CALLBACK_VHF_ENABLE: enable VHF or UHF
21  */
22 enum fc001x_fe_callback_commands {
23         FC_FE_CALLBACK_VHF_ENABLE,
24 };
25
26 #endif