fc8151_tun.h 666 B

123456789101112131415161718192021222324252627
  1. /*****************************************************************************
  2. Copyright(c) 2012 FCI Inc. All Rights Reserved
  3. File name : fc8151_tun.c
  4. Description : fc8151 tuner control driver
  5. *******************************************************************************/
  6. #ifndef __FC8151_TUN__
  7. #define __FC8151_TUN__
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. extern int fc8151_tuner_init(HANDLE hDevice, band_type band);
  12. extern int fc8151_set_freq(HANDLE hDevice, band_type band, u32 f_lo);
  13. extern int fc8151_get_rssi(HANDLE hDevice, int *rssi);
  14. extern int fc8151_tuner_deinit(HANDLE hDevice);
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif