Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
97bdac4ccc7581c8c159f54cb7f7d48fb8a0b765
/
.
/
test
/
end2end
/
ti_handler.cpp
blob: f869c816b5823fa255e7295600c3c41e6dba9c3d [
file
] [
log
] [
blame
]
//#include <attn/attn_logging.hpp>
#include
<util/trace.hpp>
namespace
attn
{
/** @brief Handle TI special attention */
void
tiHandler
()
{
// trace message
trace
::
inf
(
"TI handler"
);
}
}
// namespace attn