blob: bb0d4bca4a0824734cdeeb25cb15f7b3e61e0b6b [file] [log] [blame]
#include <phosphor-logging/elog.hpp>
#include "phosphor-logging/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;
}