st_sdk_pack.h (520B)
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-2019 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 #endif /* ST_SDK_PACK_H_ */