mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
15 lines
337 B
C
15 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
|