]> git.zerfleddert.de Git - rsbs2/blob - bmc/i2c.h
implement all remaining IPMB queries seen on the wire
[rsbs2] / bmc / i2c.h
1 extern volatile unsigned char i2c_databuf[24];
2 extern volatile uint8_t i2c_len;
3 extern volatile uint8_t i2c_done;
4
5 void i2c_init();
6 void i2c_send(unsigned char *buf, int len);
Impressum, Datenschutz