X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/da7751cb0539c2ecb03ff66d05904626052e06e3..2fd81eb058a54dbeb196c9cea47c1f2e15f6cd51:/bmc/ipmb.h diff --git a/bmc/ipmb.h b/bmc/ipmb.h index 1be0a48..c02b38f 100644 --- a/bmc/ipmb.h +++ b/bmc/ipmb.h @@ -6,7 +6,11 @@ #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 @@ -42,8 +46,6 @@ struct ipmb_resp { uint8_t rqSEQ; uint8_t rsLUN; uint8_t cmd; - unsigned char *data; - uint8_t datalen; }; void decode_ipmb_pkt(unsigned char *buf, int len);