Break up vl.h.
[qemu] / hw / smbus.h
index 0d35bb6..b6b0662 100644 (file)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 
-typedef struct SMBusDevice SMBusDevice;
+#include "i2c.h"
 
 struct SMBusDevice {
     /* The SMBus protocol is implemented on top of I2C.  */