source: svn/newcon3bcm2_21bu/magnum/basemodules/mem/test/bmem_test.h @ 76

Last change on this file since 76 was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003, 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: bmem_test.h $
11 * $brcm_Revision: Hydra_Software_Devel/2 $
12 * $brcm_Date: 5/26/04 6:59p $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /magnum/basemodules/mem/test/bmem_test.h $
19 *
20 * Hydra_Software_Devel/2   5/26/04 6:59p hongtaoz
21 * PR10059: sorted the freed heap in size ascending order; fixed compile
22 * error for bmem test; dump heap map before destroying the heap for bmem
23 * test;
24 *
25 * Hydra_Software_Devel/1   9/17/03 9:36a jasonh
26 * Initial version.
27 *
28 ***************************************************************************/
29
30#ifndef BMEM_TEST_H__
31#define BMEM_TEST_H__
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37void BMEM_Test_DisplayConfig(
38        void );
39
40BERR_Code BMEM_Test_DoTest1(
41        void );
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* BMEM_TEST_H__ */
48
49/* End of file */
Note: See TracBrowser for help on using the repository browser.