mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
14 lines
337 B
C
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
|