blob: d3b83cdad60e44e485ec5903148b59e3ee335b23 [file] [log] [blame]
#pragma once
/**
* @brief TI special attention handler
*
* Handle special attention due to a terminate immediately (TI) condition.
*/
namespace attn
{
void tiHandler();
} // namespace attn