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