1#ifdef __cplusplus
2extern "C" {
3#endif
4
5void pci_print_info();
6
7#ifdef __cplusplus
8}
9#endif
10