blob: 130b79aa278c3b9ad3a76e71e1f7d878fac60aa8 [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::WatchdogTimedOut;
report<error>();
return 0;
}