mtv23x_rf.h 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. *
  3. * File name: mtv23x_rf.h
  4. *
  5. * Description : MTV23x RF services header file.
  6. *
  7. * Copyright (C) (2013, RAONTECH)
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation version 2.
  12. *
  13. * This program is distributed "as is" WITHOUT ANY WARRANTY of any
  14. * kind, whether express or implied; without even the implied warranty
  15. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. */
  19. #ifndef __MTV23X_RF_H__
  20. #define __MTV23X_RF_H__
  21. #include "mtv23x_internal.h"
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. extern UINT g_dwRtvPrevChFreqKHz;
  26. INT rtvRF_SetFrequency(enum E_RTV_SERVICE_TYPE eServiceType,
  27. enum E_RTV_BANDWIDTH_TYPE eLpfBwType, U32 dwChFreqKHz);
  28. INT rtvRF_Initilize(enum E_RTV_BANDWIDTH_TYPE eBandwidthType);
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif /* __MTV23X_RF_H__ */