diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:49:59 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:49:59 +0000 |
commit | 2305364397f9d4b4722e594069d4e2960cc35911 (patch) | |
tree | 732ebfaccb3f3b4c10bb30c497b01897a39c4ecb /src/include | |
parent | ca0084ef9bed2f67618d3d183afb0a2d413595ab (diff) | |
download | coreboot-2305364397f9d4b4722e594069d4e2960cc35911.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10
Creator: Yinghai Lu <yhlu@tyan.com>
pci_rom.h smbus device parent device print
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1929 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include')
-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 |