]> Git Repo - qemu.git/blobdiff - hw/ppc/e500.h
xen: Use ERRP_GUARD()
[qemu.git] / hw / ppc / e500.h
index 621403bd24f1f8ae81a29e3aa2d5e23a8adc82bb..3fd9f825cac3ad409f8e1aeb62f8e3a7f2486552 100644 (file)
@@ -2,11 +2,16 @@
 #define PPCE500_H
 
 #include "hw/boards.h"
+#include "hw/platform-bus.h"
 
 typedef struct PPCE500MachineState {
     /*< private >*/
     MachineState parent_obj;
 
+    /* points to instance of TYPE_PLATFORM_BUS_DEVICE if
+     * board supports dynamic sysbus devices
+     */
+    PlatformBusDevice *pbus_dev;
 } PPCE500MachineState;
 
 typedef struct PPCE500MachineClass {
This page took 0.021705 seconds and 4 git commands to generate.