Revision 87ecb68b hw/smbus.h

b/hw/smbus.h
22 22
 * THE SOFTWARE.
23 23
 */
24 24

  
25
typedef struct SMBusDevice SMBusDevice;
25
#include "i2c.h"
26 26

  
27 27
struct SMBusDevice {
28 28
    /* The SMBus protocol is implemented on top of I2C.  */

Also available in: Unified diff