RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
irq.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2012.
11 * Aeroflex Gaisler AB.
12 *
13 * The license and distribution terms for this file may be
14 * found in the file LICENSE in this distribution or at
15 * http://www.rtems.org/license/LICENSE.
16 */
17
18#ifndef LIBBSP_LEON2_IRQ_CONFIG_H
19#define LIBBSP_LEON2_IRQ_CONFIG_H
20
21#define BSP_INTERRUPT_VECTOR_MAX_STD 15 /* Standard IRQ controller */
22#define BSP_INTERRUPT_VECTOR_MIN 0
23#define BSP_INTERRUPT_VECTOR_MAX BSP_INTERRUPT_VECTOR_MAX_STD
24
25/* No extra check is needed */
26#undef BSP_INTERRUPT_CUSTOM_VALID_VECTOR
27
28#endif /* LIBBSP_LEON2_IRQ_CONFIG_H */