4 typedef struct PMSMBus
{
17 void pm_smbus_init(DeviceState
*parent
, PMSMBus
*smb
);
18 void smb_ioport_writeb(void *opaque
, uint32_t addr
, uint32_t val
);
19 uint32_t smb_ioport_readb(void *opaque
, uint32_t addr
);
21 #endif /* !PM_SMBUS_H */