Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
e8b2aed352f7874e73bac047c0eda228cec2e7cc
/
.
/
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