#include "com_BmcType.h" #include "com_IPMI_Storlead.h" int Storlead_GetSysInfo(uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes); int Storlead_GetSensorInfo(uint8_t* pReq, uint8_t ReqLen, uint8_t* pRes); int Storlead_GetSELEntires(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_AuthorVerify(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetSensorHistory(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetFanInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_SetFanInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_getAllBladeStatus(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); //int Storlead_SetBladeManageFn(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); //int Storlead_GetBladeManageFn(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetChassisInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_RestoreFactorSettings(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetLanInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_SetLanInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetBladeInfo(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes); int Storlead_GetSensorName(uint8_t *pReq, uint8_t ReqLen, uint8_t *pRes);