19 #ifndef _LIBCPU_VECTORS_H 20 #define _LIBCPU_VECTORS_H 27 #define NUM_EXCEPTIONS 0x20 35 extern void default_exception_vector_code_prolog(
void);
36 extern int default_exception_vector_code_prolog_size;
37 extern void initialize_exceptions(
void);
53 extern rtems_exception_handler_t* exception_handler_table[NUM_EXCEPTIONS];
The set of registers that specifies the complete processor state.
Definition: cpu.h:629