blob: e1ae4ac79b987d5dfd78224e8ad46c03e1c8c73e [file] [log] [blame]
#pragma once
namespace attn
{
/**
* @brief Handle SBE vital attention
*
* @param i_attention Attention object
* @return 0 indicates that the vital attention was successfully handled
* 1 indicates that the vital attention was NOT successfully handled
*/
int handleVital(Attention* i_attention);
} // namespace attn