blob: a67499eb4134803c094b20db50a21c1ab3b58838 [file] [log] [blame]
#include <phosphor-logging/elog.hpp>
#include "elog-errors.hpp"
#include "org/open_power/Host/error.hpp"
int main(int argc, char* argv[])
{
using namespace phosphor::logging;
using error = sdbusplus::org::open_power::Host::Error::Checkstop;
report<error>();
return 0;
}