#pragma once namespace attn { /** * @brief Breakpoint special attention handler * * Handler for special attention events due to a breakpoint condition. */ void bpHandler(); } // namespace attn