1234567891011121314151617181920 |
- #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
|