From 87fcffac82a4e3b24e152678e73cd7e6c2f1dcad Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 3 Feb 2011 09:14:40 +0000 Subject: Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions This is so that boards can determine them on runtime based on hardware properties, if so desired. Signed-off-by: Patrick Georgi Acked-by: Joseph Kellermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6329 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/device/pci.h') diff --git a/src/include/device/pci.h b/src/include/device/pci.h index 6af723d745..d4cfb8558c 100644 --- a/src/include/device/pci.h +++ b/src/include/device/pci.h @@ -103,4 +103,7 @@ static inline const struct pci_bus_operations *ops_pci_bus(struct bus *bus) return bops; } +unsigned mainboard_pci_subsystem_vendor_id(struct device *dev); +unsigned mainboard_pci_subsystem_device_id(struct device *dev); + #endif /* PCI_H */ -- cgit v1.2.3