PICMG.h 602 B

1234567891011121314151617181920
  1. /*
  2. * Brief: The header file of MsgHndlr_PICMG packet.
  3. * Author: Jimbo_Zhang@outlook.com
  4. * Date: 2019-9-16
  5. */
  6. #ifndef __MSG_HNDLR_PICMG_H__
  7. #define __MSG_HNDLR_PICMG_H__
  8. #include "com_BmcType.h"
  9. #include "MsgHndlr.h"
  10. extern int Get_IPMC_Properties ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  11. extern int Get_Address_Info ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  12. extern int Get_Shelf_Addr_Info ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  13. extern int Get_Dev_Locator_Rec_ID ( uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  14. #endif /* __MSG_HNDLR_PICMG_H__ */