/* * info_solaris.cpp * * Torsten Kasch */ #include "config-infocenter.h" #include #include #include #include #include #include #include bool GetInfo_IRQ(QTreeWidget*) { return false; } bool GetInfo_DMA(QTreeWidget*) { return false; } bool GetInfo_PCI(QTreeWidget*) { return false; } bool GetInfo_IO_Ports(QTreeWidget*) { return false; } bool GetInfo_SCSI(QTreeWidget*) { return false; } bool GetInfo_XServer_and_Video(QTreeWidget* tree) { return GetInfo_XServer_Generic(tree); }