Revision 39bffca2 hw/smbus.h

b/hw/smbus.h
65 65
    uint8_t command;
66 66
};
67 67

  
68
void smbus_register_device(DeviceInfo *info);
69

  
70 68
/* Master device commands.  */
71 69
void smbus_quick_command(i2c_bus *bus, uint8_t addr, int read);
72 70
uint8_t smbus_receive_byte(i2c_bus *bus, uint8_t addr);

Also available in: Unified diff