ifa_sdk_pack.h (593B)
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: ifa_sdk_pack.h 8 */ 9 10 #ifndef IFA_SDK_PACK_H_ 11 #define IFA_SDK_PACK_H_ 12 13 #include <bcm_int/esw/ifa_sdk_msg.h> 14 #include <bcm_int/esw/ifa_feature.h> 15 16 uint8* 17 ifa_sdk_msg_ctrl_config_info_pack(uint8* buf, 18 ifa_sdk_msg_ctrl_config_info_t *msg); 19 20 uint8* 21 ifa_sdk_msg_ctrl_config_info_unpack(uint8* buf, 22 ifa_sdk_msg_ctrl_config_info_t *msg); 23 #endif /* IFA_SDK_PACK_H_ */