aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8150/fc8150_tun.h
blob: 64a715cb124b861b338c062e741d8e3f25acb68c (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 : fc8150_tun.c

 Description : fc8150 tuner control driver

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

#ifndef __FC8150_TUN__
#define __FC8150_TUN__

#ifdef __cplusplus
extern "C" {
#endif

extern int fc8150_tuner_init(HANDLE hDevice, enum band_type band);
extern int fc8150_set_freq(HANDLE hDevice, enum band_type band, u32 f_lo);
extern int fc8150_get_rssi(HANDLE hDevice, int *rssi);
extern int fc8150_tuner_deinit(HANDLE hDevice);

#ifdef __cplusplus
}
#endif

#endif