From 856cce506825d1257efafdb89ce632530c182d8b Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Fri, 23 Oct 2009 09:51:03 +0000 Subject: add new files for exception handler --- .../lib/libbsp/powerpc/mbx8xx/include/irq-config.h | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/mbx8xx/include/irq-config.h (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/irq-config.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/irq-config.h new file mode 100644 index 0000000000..da5bbbec5d --- /dev/null +++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/irq-config.h @@ -0,0 +1,47 @@ +/** + * @file + * + * @ingroup bsp_interrupt + * + * @brief BSP interrupt support configuration. + */ + +/* + * Copyright (c) 2009 + * embedded brains GmbH + * Obere Lagerstr. 30 + * D-82178 Puchheim + * Germany + * + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.com/license/LICENSE. + */ + +#ifndef LIBBSP_POWERPC_MBX8XX_IRQ_CONFIG_H +#define LIBBSP_POWERPC_MBX8XX_IRQ_CONFIG_H + +#include + +#include + +/** + * @addtogroup bsp_interrupt + * + * @{ + */ + +/** + * @brief Minimum vector number. + */ +#define BSP_INTERRUPT_VECTOR_MIN BSP_LOWEST_OFFSET + +/** + * @brief Maximum vector number. + */ +#define BSP_INTERRUPT_VECTOR_MAX BSP_MAX_OFFSET + +/** @} */ + +#endif /* LIBBSP_POWERPC_MBX8XX_IRQ_CONFIG_H */ -- cgit v1.2.3