diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h index 732c1a36..dc418a90 100644 --- a/include/pci.h +++ b/include/pci.h @@ -207,6 +207,7 @@ struct phb_ops { */ int (*device_init)(struct phb *phb, struct pci_device *device, void *data); + void (*device_remove)(struct phb *phb, struct pci_device *pd); /* PHB final fixup is called after PCI probing is completed */ void (*phb_final_fixup)(struct phb *phb); |