Storlead.h 289 B

12345678
  1. #include "com_BmcType.h"
  2. #include "com_IPMI_Storlead.h"
  3. int Storlead_GetSysInfo(uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  4. int Storlead_GetSensorInfo(uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes);
  5. int Storlead_GetSELEntires(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes);