blob: c7284ea4a82ce425c29ca5c5e66525aef99281b8 [file] [log] [blame]
#pragma once
#include <map>
#include <string>
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).
*/
int analyzeHardware(std::map<std::string, std::string>& i_errors);
} // namespace analyzer