Initial commit
[kernel/linux-3.0.git] / drivers / media / isdbt / fc8150 / fc8151_tun.h
1 /*****************************************************************************
2  Copyright(c) 2012 FCI Inc. All Rights Reserved
3
4  File name : fc8151_tun.c
5
6  Description : fc8151 tuner control driver
7
8 *******************************************************************************/
9
10 #ifndef __FC8151_TUN__
11 #define __FC8151_TUN__
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 extern int fc8151_tuner_init(HANDLE hDevice, band_type band);
18 extern int fc8151_set_freq(HANDLE hDevice, band_type band, u32 f_lo);
19 extern int fc8151_get_rssi(HANDLE hDevice, int *rssi);
20 extern int fc8151_tuner_deinit(HANDLE hDevice);
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif /* __FC8151_TUN__ */