root/src/add-ons/kernel/bus_managers/pci/pci_info.h
#ifdef __cplusplus
extern "C" {
#endif

void pci_print_info();

#ifdef __cplusplus
}
#endif