forked from Imagelibrary/rtems
bsps/powerpc: Declare ppc_exc_handler_table
This commit is contained in:
@@ -436,6 +436,11 @@ extern uint32_t ppc_exc_msr_bits;
|
|||||||
*/
|
*/
|
||||||
extern uint32_t ppc_exc_cache_wb_check;
|
extern uint32_t ppc_exc_cache_wb_check;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief High-level exception handler table.
|
||||||
|
*/
|
||||||
|
extern ppc_exc_handler_t ppc_exc_handler_table [LAST_VALID_EXC + 1];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set high-level exception handler.
|
* @brief Set high-level exception handler.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user