blob: 2be6b07b921475d6b7d31247ab295f39c25e42ee [file] [log] [blame]
#pragma once
/**
* @brief The main attention handler logic
*
* Check each processor for active attentions of type SBE Vital (vital),
* System Checkstop (checkstop) and Special Attention (special) and handle
* each as follows:
*
* checkstop: TBD
* vital: TBD
* special: Determine if the special attention is a Breakpoint (BP),
* Terminate Immediately (TI) or CoreCodeToSp (corecode). For each
* special attention type, do the following:
*
* BP: Notify Cronus
* TI: TBD
* Corecode: TBD
* Recoverable: TBD
*/
void attnHandler();