/*************************************************************************** * Copyright (c) 2003-2008, Broadcom Corporation * All Rights Reserved * Confidential Property of Broadcom Corporation * * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. * * $brcm_Workfile: bhab_priv.h $ * $brcm_Revision: Hydra_Software_Devel/1 $ * $brcm_Date: 10/20/08 2:52p $ * * * Revision History: * * $brcm_Log: /magnum/basemodules/hab/bhab_priv.h $ * * Hydra_Software_Devel/1 10/20/08 2:52p gmohile * PR 47386 : Checkin initial version * ***************************************************************************/ #ifndef BHAB_PRIV_H #define BHAB_PRIV_H #ifdef __cplusplus extern "C" { #endif #include "bkni.h" #include "bhab.h" typedef struct BHAB_P_Handle { BHAB_Settings settings; /* user settings */ void *pImpl; /* pointer to chip-specific structure */ } BHAB_P_Handle; #ifdef __cplusplus } #endif #endif