xref: /haiku/src/add-ons/kernel/bus_managers/pci/pci_info.h (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4 
5 void pci_print_info();
6 
7 #ifdef __cplusplus
8 }
9 #endif
10