1 #pragma once
2 
3 /**
4  * @brief TI special attention handler
5  *
6  * Handle special attention due to a terminate immediately (TI) condition.
7  */
8 namespace attn
9 {
10 
11 void tiHandler();
12 
13 } // namespace attn
14