blob: d3b83cdad60e44e485ec5903148b59e3ee335b23 [file] [log] [blame]
Ben Tyner9ae5ca42020-02-28 13:13:50 -06001#pragma once
2
3/**
4 * @brief TI special attention handler
5 *
6 * Handle special attention due to a terminate immediately (TI) condition.
7 */
8namespace attn
9{
10
11void tiHandler();
12
13} // namespace attn