blob: d7199b5d7ac469fa1ce4682e442c7d798ca2ad9d [file] [log] [blame]
Ben Tyner0205f3b2020-02-24 10:24:47 -06001#pragma once
2
3namespace analyzer
4{
5
6/**
7 * @brief Analyze and isolate hardware errors
8 *
9 * If any error conditions are found on the host isolate the hardware
10 * component that caused the error(s).
11 */
12void analyzeHardware();
13
14} // namespace analyzer