X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/99922f0bbaa2b7304136fa3bdb46996ce2beee0f..67a9a9e866d0ff3c40dc2a4a5df32c6e39e9747f:/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);