blob: 0d02bcb856cdfdd4fb4aa0abc6096d7d10052125 [file] [log] [blame]
#pragma once
namespace attn
{
/**
* @brief Breakpoint special attention handler
*
* Handler for special attention events due to a breakpoint condition.
*
* @return RC_NOT_HANDLED if error, else RC_SUCCESS
*/
int bpHandler();
} // namespace attn