kde-workspace/kinfocenter/Modules/pci/kpci.h
2014-11-13 19:30:51 +02:00

14 lines
337 B
C

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