aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8150/fc8151_tun.h
blob: 4147fa65f8b817a93ac367feb29f8f67420069be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*****************************************************************************
 Copyright(c) 2012 FCI Inc. All Rights Reserved

 File name : fc8151_tun.c

 Description : fc8151 tuner control driver

*******************************************************************************/

#ifndef __FC8151_TUN__
#define __FC8151_TUN__

#ifdef __cplusplus
extern "C" {
#endif

extern int fc8151_tuner_init(HANDLE hDevice, band_type band);
extern int fc8151_set_freq(HANDLE hDevice, band_type band, u32 f_lo);
extern int fc8151_get_rssi(HANDLE hDevice, int *rssi);
extern int fc8151_tuner_deinit(HANDLE hDevice);

#ifdef __cplusplus
}
#endif

#endif