aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8150/fc8151_tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/isdbt/fc8150/fc8151_tun.h')
-rw-r--r--drivers/media/isdbt/fc8150/fc8151_tun.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/media/isdbt/fc8150/fc8151_tun.h b/drivers/media/isdbt/fc8150/fc8151_tun.h
new file mode 100644
index 0000000..4147fa6
--- /dev/null
+++ b/drivers/media/isdbt/fc8150/fc8151_tun.h
@@ -0,0 +1,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