From 2305364397f9d4b4722e594069d4e2960cc35911 Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 16:49:59 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 Creator: Yinghai Lu pci_rom.h smbus device parent device print git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1929 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci_rom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/device/pci_rom.h') 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 -- cgit v1.2.3