1234567891011121314151617181920 |
- /*
- * Brief: The header file of MsgHndlr_PICMG packet.
- * Author: Jimbo_Zhang@outlook.com
- * Date: 2019-9-16
- */
- #ifndef __MSG_HNDLR_PICMG_H__
- #define __MSG_HNDLR_PICMG_H__
- #include "com_BmcType.h"
- #include "MsgHndlr.h"
- extern int Get_IPMC_Properties ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
- extern int Get_Address_Info ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
- extern int Get_Shelf_Addr_Info ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
- extern int Get_Dev_Locator_Rec_ID ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
- #endif /* __MSG_HNDLR_PICMG_H__ */
|