]> git.zerfleddert.de Git - rsbs2/blame - bmc/ipmb.h
I2C master mode implemented and more decoding
[rsbs2] / bmc / ipmb.h
CommitLineData
d5193055
MG
1struct ipmb_req {
2 uint8_t rsSA;
3 uint8_t netFn;
4 uint8_t rsLUN;
5 uint8_t rqSA;
6 uint8_t rqSEQ;
7 uint8_t rqLUN;
8 uint8_t cmd;
9 unsigned char *data;
10 uint8_t datalen;
11};
12
13void decode_ipmb_pkt(unsigned char *buf, int len);
Impressum, Datenschutz