Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
9fb657f9bac9adf2bad14ebfc564b2660f5cd275
/
.
/
attn
/
bp_handler.hpp
blob: 4c7dcb0cd77c414918e463018464c6b61592a669 [
file
] [
log
] [
blame
]
#pragma
once
namespace
attn
{
/**
* @brief Breakpoint special attention handler
*
* Handler for special attention events due to a breakpoint condition.
*/
void
bpHandler
();
}
// namespace attn