#define IPMB_SE_PLATFORM_EVENT 0x02
+#define IPMB_STORAGE_RESERVE_SDR 0x22
+#define IPMB_STORAGE_GET_SDR 0x23
#define IPMB_STORAGE_GET_SEL_INFO 0x40
+#define IPMB_STORAGE_GET_SEL_ALLOCATION 0x41
+#define IPMB_STORAGE_GET_SEL_ENTRY 0x43
#define IPMB_STORAGE_GET_SEL_TIME 0x48
#define IPMB_NETFN_CHASSIS 0x00
uint8_t rqSEQ;
uint8_t rsLUN;
uint8_t cmd;
- unsigned char *data;
- uint8_t datalen;
};
void decode_ipmb_pkt(unsigned char *buf, int len);