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