source: svn/newcon3bcm2_21bu/dta/tests/unit_test/test_a56.h @ 47

Last change on this file since 47 was 47, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

  • Property svn:executable set to *
File size: 1.0 KB
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 A56 modules
15 *
16 * Revision History:
17 *
18 * $brcm_Log: $
19 *
20 *
21 ***************************************************************************/
22#ifndef __TEST_A56_H
23#define __TEST_A56_H
24
25#include "bstd.h"
26#include "bkni.h"
27#include "bdbg.h"
28
29#define A56_NIM         0x01
30#define A56_NTM         0x02
31#define A56_VCM         0x04
32#define A56_STT         0x08
33#define A56_RRT         0x10
34
35bool a56_init(void);
36bool a56_test_start(int which, unsigned short network_pid);
37bool a56_test_stop(void);
38
39bool a56_test_choose_tuner(int tuner);
40
41#endif //__TEST_A56_H
42
Note: See TracBrowser for help on using the repository browser.