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 * Based on concepts of Pavel Pisa, Till Straumann and Eric Valette.
11 *
12 * Copyright (c) 2008, 2009, 2010
13 * embedded brains GmbH
14 * Obere Lagerstr. 30
15 * D-82178 Puchheim
16 * Germany
17 * <rtems@embedded-brains.de>
18 *
19 * The license and distribution terms for this file may be
20 * found in the file LICENSE in this distribution or at
21 * http://www.rtems.org/license/LICENSE.
22 */
23
24#ifndef LIBBSP_LM32_IRQ_CONFIG_H
25#define LIBBSP_LM32_IRQ_CONFIG_H
26
27#include <stdint.h>
28
38#define BSP_INTERRUPT_VECTOR_MIN 0
39
43#define BSP_INTERRUPT_VECTOR_MAX 31
44
47#endif /* LIBBSP_LM32_IRQ_CONFIG_H */