]> Git Repo - qemu.git/blobdiff - include/hw/ppc/pnv_core.h
ppc/pnv: extend XSCOM core support for POWER9
[qemu.git] / include / hw / ppc / pnv_core.h
index 6874bb847a016b04cb0f27fb2f4dbd135e6a5ad1..cbe9ad36f32c8aae91e7176a0c7f5c2378750aa0 100644 (file)
@@ -42,6 +42,8 @@ typedef struct PnvCore {
 
 typedef struct PnvCoreClass {
     DeviceClass parent_class;
+
+    const MemoryRegionOps *xscom_ops;
 } PnvCoreClass;
 
 #define PNV_CORE_TYPE_SUFFIX "-" TYPE_PNV_CORE
This page took 0.02362 seconds and 4 git commands to generate.