openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

viper_inc.h (2201B)


      1 /********************************************************************************/
      2 /********************************************************************************/
      3 /*                                                                              */
      4 /*  Revision      :  viper_inc.h 382 2014-03-14 04:56:06Z mageshv $             */
      5 /*                                                                              */
      6 /*  Description   :  Defines and Enumerations required by VIPER APIs     */
      7 /*                                                                              */
      8 /*  Copyright: (c) 2014 Broadcom Corporation All Rights Reserved.               */
      9 /*  All Rights Reserved                                                         */
     10 /*  No portions of this material may be reproduced in any form without          */
     11 /*  the written permission of:                                                  */
     12 /*      Broadcom Corporation                                                    */
     13 /*      5300 California Avenue                                                  */
     14 /*      Irvine, CA  92617                                                       */
     15 /*                                                                              */
     16 /*  All information contained in this document is Broadcom Corporation          */
     17 /*  company private proprietary, and trade secret.                              */
     18 /*                                                                              */
     19 /********************************************************************************/
     20 /********************************************************************************/
     21 /*
     22  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
     23  * 
     24  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
     25  * 
     26 */
     27 
     28 /** @file viper_inc.h
     29  * Defines and Enumerations required by VIPER APIs 
     30  */
     31 
     32 #ifndef VIPER_INC_H
     33 #define VIPER_INC_H
     34 #include "../../viper/tier1/viper_common.h"  
     35 #include "../../viper/tier1/viper_dependencies.h"  
     36 #include "../../viper/tier1/viper_err_code.h"  
     37 #include "../../viper/tier1/viper_pmd_cfg_seq.h"
     38 
     39 #endif /* VIPER_INC_H */