source: svn/trunk/newcon3bcm2_21bu/magnum/commonutils/rsp/brsp_priv.h @ 25

Last change on this file since 25 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • 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: brsp_priv.h $
11 * $brcm_Revision: Hydra_Software_Devel/1 $
12 * $brcm_Date: 9/3/03 3:34p $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /magnum/commonutils/rsp/brsp_priv.h $
19 *
20 * Hydra_Software_Devel/1   9/3/03 3:34p dlwin
21 * Initial version
22 *
23 ***************************************************************************/
24
25
26#ifndef BRSP_PRIV_H__
27#define BRSP_PRIV_H__
28
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34
35#define BRSP_MAGIC_ID                                           (0xBABEFACE)
36
37typedef struct BRSP_P_MByte_Handle
38{
39        uint32_t magicId;                                       /* Used to check if structure is corrupt */
40        BREG_Handle hReg;
41        uint32_t coreOffset;
42        uint32_t nbrShadowReg;
43        uint32_t *pShadowRegs;
44} BRSP_P_MByte_Handle;
45
46
47#ifdef __cplusplus
48}
49#endif
50 
51#endif
52
53
54
Note: See TracBrowser for help on using the repository browser.