diff options
Diffstat (limited to 'src/include/device/pci_rom.h')
-rw-r--r-- | src/include/device/pci_rom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_rom.h b/src/include/device/pci_rom.h index 3236254697..e0cbf40806 100644 --- a/src/include/device/pci_rom.h +++ b/src/include/device/pci_rom.h @@ -36,4 +36,6 @@ struct pci_data { extern struct rom_header * pci_rom_probe(struct device *dev); extern struct rom_header *pci_rom_load(struct device *dev, struct rom_header *rom_header); +extern void pci_dev_init(struct device *dev); + #endif |