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

ipmc_int.h (811B)


      1 /*
      2  * DO NOT EDIT THIS FILE!
      3  * This file is auto-generated.
      4  * Edits to this file will be lost when it is regenerated.
      5  *
      6  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      7  * 
      8  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      9  */
     10 
     11 #ifndef BCMINT_LTSW_IPMC_INT_H
     12 #define BCMINT_LTSW_IPMC_INT_H
     13 
     14 /*!
     15  * \brief IPMC public information.
     16  */
     17 typedef struct bcmint_ipmc_pub_info_s {
     18 
     19     /*! Maximum of RP ID. */
     20     int rp_max;
     21 
     22     /*! Minimum of RP ID. */
     23     int rp_min;
     24 
     25 } bcmint_ipmc_pub_info_t;
     26 
     27 /*! HA subcomponent ID for IPMC module. */
     28 #define BCMINT_IPMC_SUB_COMP_ID_RP_BMP 0
     29 
     30 /*! HA subcomponent ID for hitbit flexctr ID. */
     31 #define BCMINT_IPMC_SUB_COMP_ID_MC_HIT_STAT_ID 1
     32 
     33 #endif /* BCMINT_LTSW_IPMC_INT_H */