+{
+    QSDHCI_PCI *spci = (QSDHCI_PCI *)obj;
+    qpci_device_enable(&spci->dev);
+}
+
+static void sdhci_destroy(QOSGraphObject *obj)
"sdhci_pci_destructor()"?
In general, I called the constructor nameĀ  *_create, so in theory to keep it consistent the destructor should be *_destroy, no?

Thank you,
Emanuele

Reply via email to