source: svn/newcon3bcm2_21bu/dta/tests/unit_test/test_tuner.h @ 45

Last change on this file since 45 was 45, checked in by megakiss, 11 years ago
  • Property svn:executable set to *
File size: 981 bytes
Line 
1/***************************************************************************
2 *     Copyright (c) 2012, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile: $
11 * $brcm_Revision: $
12 * $brcm_Date: $
13 *
14 * Module Description: test QAM tuner
15 *
16 * Revision History:
17 *
18 * $brcm_Log: $
19 *
20 *
21 ***************************************************************************/
22#ifndef __TEST_TUNER_H
23#define __TEST_TUNER_H
24
25#include "bstd.h"
26#include "bkni.h"
27#include "bdbg.h"
28#include "bsettop_tuner.h"
29
30bool qam_tuner_init(void);
31bool qam_tune(unsigned int freq);
32bool qam_get_status(void);
33bool qam_start_message(unsigned short pid);
34bool qam_stop_message(void);
35
36#endif //__TEST_TUNER_H
37
Note: See TracBrowser for help on using the repository browser.