1 /* Retrieve information about PCI subsystem through libpci library from
2 pciutils package. This should be possible on Linux, BSD and AIX.
4 Author: Konrad Rzepecki <hannibal@megapolis.pl>
7 #ifndef KCONTROL_KPCI_H
8 #define KCONTROL_KPCI_H
10 #include <QTreeWidget>
12 bool GetInfo_PCIUtils(QTreeWidget
* tree
);
14 #endif //KCONTROL_KPCI_H