blob: d7199b5d7ac469fa1ce4682e442c7d798ca2ad9d [file] [log] [blame]
#pragma once
namespace analyzer
{
/**
* @brief Analyze and isolate hardware errors
*
* If any error conditions are found on the host isolate the hardware
* component that caused the error(s).
*/
void analyzeHardware();
} // namespace analyzer