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

st_sdk_pack.h (697B)


      1 /*
      2  * 
      3  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      4  * 
      5  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      6  *
      7  * File:    st_sdk_pack.h
      8  */
      9 
     10 #ifndef ST_SDK_PACK_H_
     11 #define ST_SDK_PACK_H_
     12 
     13 #include <bcm_int/esw/st_sdk_msg.h>
     14 #include <bcm_int/esw/st_feature.h>
     15 
     16 /*
     17  * ST Initialization control message - pack
     18  */
     19 uint8*
     20 st_sdk_msg_ctrl_init_pack(uint8 *buf,
     21         st_sdk_msg_ctrl_init_t *msg);
     22 /*  
     23  * Create PB collector - pack
     24  */ 
     25 uint8*
     26 st_sdk_msg_ctrl_collector_create_pack(uint8* buf,
     27                                       st_sdk_msg_ctrl_collector_create_t *msg);
     28 #endif /* ST_SDK_PACK_H_ */