#pragma once #include /** * Initialize the PCI code. */ void PciInitialize(); /// PCI is usable bool PciPresent(); /// PCIE is usable bool PciePresent();