Files
rtems/bsps/sparc/leon2/include/bsp/irq.h
2021-07-26 19:57:31 +02:00

27 lines
633 B
C

/**
* @file
* @ingroup RTEMSBSPsSPARCLEON2
* @brief Interrupts definitions
*
* Based on libbsp/shared/include/irq.h.
*/
/*
* Copyright (c) 2012.
* Aeroflex Gaisler AB.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef LIBBSP_LEON2_IRQ_CONFIG_H
#define LIBBSP_LEON2_IRQ_CONFIG_H
#define BSP_INTERRUPT_VECTOR_MAX_STD 15 /* Standard IRQ controller */
#define BSP_INTERRUPT_VECTOR_COUNT (BSP_INTERRUPT_VECTOR_MAX_STD + 1)
#define BSP_INTERRUPT_CUSTOM_VALID_VECTOR
#endif /* LIBBSP_LEON2_IRQ_CONFIG_H */