/* * Call this with your hw_pci struct to initialise the PCI system.
*/ void pci_common_init_dev(struct device *, struct hw_pci *);
/* * Compatibility wrapper for older platforms that do not care about * passing the parent device.
*/ staticinlinevoid pci_common_init(struct hw_pci *hw)
{
pci_common_init_dev(NULL, hw);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.