include/bsp/irq-config.h

Go to the documentation of this file.
00001 
00009 /*
00010  * Copyright (c) 2008
00011  * Embedded Brains GmbH
00012  * Obere Lagerstr. 30
00013  * D-82178 Puchheim
00014  * Germany
00015  * rtems@embedded-brains.de
00016  *
00017  * The license and distribution terms for this file may be found in the file
00018  * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
00019  */
00020 
00021 #ifndef LIBBSP_POWERPC_MPC55XXEVB_IRQ_CONFIG_H
00022 #define LIBBSP_POWERPC_MPC55XXEVB_IRQ_CONFIG_H
00023 
00024 #include <stdint.h>
00025 
00035 #define BSP_INTERRUPT_VECTOR_MIN 0
00036 
00040 #define BSP_INTERRUPT_VECTOR_MAX 328
00041 
00050 #define BSP_INTERRUPT_USE_INDEX_TABLE
00051 
00058 #define BSP_INTERRUPT_NO_HEAP_USAGE
00059 
00060 #ifdef BSP_INTERRUPT_USE_INDEX_TABLE
00061 
00065 #define BSP_INTERRUPT_HANDLER_TABLE_SIZE 63
00066 
00070 typedef uint8_t bsp_interrupt_handler_index_type;
00071 
00072 #endif /* BSP_INTERRUPT_USE_INDEX_TABLE */
00073 
00076 #endif /* LIBBSP_POWERPC_MPC55XXEVB_IRQ_CONFIG_H */

Generated on Mon May 19 15:42:10 2008 for RTEMS by  doxygen 1.5.3