1 #pragma once 2 3 namespace attn 4 { 5 6 /** 7 * @brief Breakpoint special attention handler 8 * 9 * Handler for special attention events due to a breakpoint condition. 10 */ 11 void bpHandler(); 12 13 } // namespace attn 14