19#ifndef LIBBSP_M68K_UC5282_IRQ_H
20#define LIBBSP_M68K_UC5282_IRQ_H
26#define BSP_INTERRUPT_CUSTOM_VALID_VECTOR
28#define BSP_INTERRUPT_VECTOR_COUNT 192
30#define BSP_VME_INTERRUPT_VECTOR_COUNT (255 - BSP_INTERRUPT_VECTOR_COUNT)
32#define BSP_FIRST_VME_INTERRUPT_VECTOR BSP_INTERRUPT_VECTOR_COUNT
37#define bsp_interrupt_vector_install(v) uC5282_interrupt_vector_install(v)
38#define bsp_interrupt_vector_remove(v) uC5282_interrupt_vector_remove(v)
Interrupt Handler Support.
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
This header file is provided for backward compatiblility.
This header file defines the RTEMS Classic API.