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