21#ifndef _LIBCPU_VECTORS_H
22#define _LIBCPU_VECTORS_H
29#define NUM_EXCEPTIONS 0x20
37extern void default_exception_vector_code_prolog(
void);
38extern int default_exception_vector_code_prolog_size;
39extern void initialize_exceptions(
void);
55extern rtems_exception_handler_t* exception_handler_table[NUM_EXCEPTIONS];
The set of registers that specifies the complete processor state.
Definition: cpu.h:500