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 <patrick.georgi@secunet.com> Acked-by: Joseph Kellermann <Joseph.Kellermann@heitec.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6329 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
539500ee33
commit
87fcffac82
@ -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 */
|
||||
|
Reference in New Issue
Block a user