]> Git Repo - qemu.git/blobdiff - hw/audio/es1370.c
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180202-pull-request' into...
[qemu.git] / hw / audio / es1370.c
index dd7c23d185954d5047f41f8eca9c96622b7005e4..59cf2527540c9edfdca2bf204410d57aaa1850af 100644 (file)
@@ -1082,6 +1082,10 @@ static const TypeInfo es1370_info = {
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof (ES1370State),
     .class_init    = es1370_class_init,
+    .interfaces = (InterfaceInfo[]) {
+        { INTERFACE_CONVENTIONAL_PCI_DEVICE },
+        { },
+    },
 };
 
 static void es1370_register_types (void)
This page took 0.024744 seconds and 4 git commands to generate.