blob: e1ae4ac79b987d5dfd78224e8ad46c03e1c8c73e [file] [log] [blame]
Ben Tynerbcf65a82020-12-01 08:46:36 -06001#pragma once
2
3namespace attn
4{
5
6/**
7 * @brief Handle SBE vital attention
8 *
9 * @param i_attention Attention object
10 * @return 0 indicates that the vital attention was successfully handled
11 * 1 indicates that the vital attention was NOT successfully handled
12 */
13int handleVital(Attention* i_attention);
14
15} // namespace attn