]> git.proxmox.com Git - qemu.git/blobdiff - hw/sysbus.h
Remove e1000 rom loading hack
[qemu.git] / hw / sysbus.h
index d48ca8ca3d32c7d8afa6340d8b2ee6accdaa3bcd..1a8f289c7514f8c8417173a47d1e52c91d8ff5ef 100644 (file)
@@ -25,7 +25,7 @@ struct SysBusDevice {
     } mmio[QDEV_MAX_MMIO];
 };
 
-typedef void (*sysbus_initfn)(SysBusDevice *dev);
+typedef int (*sysbus_initfn)(SysBusDevice *dev);
 
 /* Macros to compensate for lack of type inheritance in C.  */
 #define sysbus_from_qdev(dev) ((SysBusDevice *)(dev))