#ifndef __COM_IPMI_STORLEAD_H__
#define __COM_IPMI_STORLEAD_H__

#define CMD_GET_SYS_INFO   		0x0
#define CMD_GET_SENSOR_INFO   	0x1
#define CMD_GET_SEL_ENTIRES		0x2
#define CMD_AUTHOR_VERIFY 		0x3
#define CMD_GET_SENSOR_HISTORY  0x4
#define CMD_GET_FAN_INFO		0x5
#define CMD_SET_FAN_INFO		0x6
#define CMD_GET_ALLBLADE_INFO	0x7
//#define CMD_SET_MANAGE_FN		0x8
//#define CMD_GET_MANAGE_FN		0x9
#define CMD_GET_CHASSIS_INFO	0xA
#define CMD_RESTORE_FACTORY_SET 0xB
#define CMD_GET_LAN_INFO		0xC
#define CMD_SET_LAN_INFO		0xD
#define CMD_GET_BLADE_INFO		0xE
#define CMD_GET_SENSOR_NAME		0xF


#endif /* __COM_IPMI_STORLEAD_H__ */