#include "org/open_power/Host/Boot/error.hpp" #include #include int main(int /*argc*/, char** /*argv*/) { using namespace phosphor::logging; using error = sdbusplus::org::open_power::Host::Boot::Error::Checkstop; report(); return 0; }