blob: 4403b4557c7d611345074774c082607a3f415fdf [file] [log] [blame]
Ben Tyner0205f3b2020-02-24 10:24:47 -06001#pragma once
2
3namespace attn
4{
5
6/**
7 * @brief Load the attention handler as a gpio monitor
8 *
9 * Request the attention gpio for monitoring and attach the attention handler
10 * as the gpio event handler.
11 *
12 * @param i_breakpoints enables breakpoint special attn handling
13 *
14 * @return 0 == success
15 */
16int attnDaemon(bool i_breakpoints);
17
18} // namespace attn