mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-config.h: Removed file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* include/irq-config.h: Removed file.
|
||||||
|
|
||||||
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Move extern "C" { }.
|
* include/bsp.h: Move extern "C" { }.
|
||||||
|
|||||||
@@ -1,44 +0,0 @@
|
|||||||
/**
|
|
||||||
* @file
|
|
||||||
*
|
|
||||||
* @ingroup bsp_interrupt
|
|
||||||
*
|
|
||||||
* @brief BSP interrupt support configuration.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) 2008
|
|
||||||
* Embedded Brains GmbH
|
|
||||||
* Obere Lagerstr. 30
|
|
||||||
* D-82178 Puchheim
|
|
||||||
* Germany
|
|
||||||
* rtems@embedded-brains.de
|
|
||||||
*
|
|
||||||
* 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_LM32_IRQ_CONFIG_H
|
|
||||||
#define LIBBSP_POWERPC_LM32_IRQ_CONFIG_H
|
|
||||||
|
|
||||||
#include <bsp/irq.h>
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @addtogroup bsp_interrupt
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Minimum vector number.
|
|
||||||
*/
|
|
||||||
#define BSP_INTERRUPT_VECTOR_MIN 0
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Maximum vector number.
|
|
||||||
*/
|
|
||||||
#define BSP_INTERRUPT_VECTOR_MAX 31
|
|
||||||
|
|
||||||
/** @} */
|
|
||||||
|
|
||||||
#endif /* LIBBSP_POWERPC_LM32_IRQ_CONFIG_H */
|
|
||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* include/irq-config.h: Removed file.
|
||||||
|
|
||||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* irq/irq.h, startup/bspstart.c: Remove warnings.
|
* irq/irq.h, startup/bspstart.c: Remove warnings.
|
||||||
|
|||||||
@@ -1,46 +0,0 @@
|
|||||||
/**
|
|
||||||
* @file
|
|
||||||
*
|
|
||||||
* @ingroup bsp_interrupt
|
|
||||||
*
|
|
||||||
* @brief BSP interrupt support configuration.
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) 2008
|
|
||||||
* Embedded Brains GmbH
|
|
||||||
* Obere Lagerstr. 30
|
|
||||||
* D-82178 Puchheim
|
|
||||||
* Germany
|
|
||||||
* rtems@embedded-brains.de
|
|
||||||
*
|
|
||||||
* 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_SCORE603E_IRQ_CONFIG_H
|
|
||||||
#define LIBBSP_POWERPC_SCORE603E_IRQ_CONFIG_H
|
|
||||||
|
|
||||||
#include <bsp/irq.h>
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @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_SCORE603E_IRQ_CONFIG_H */
|
|
||||||
Reference in New Issue
Block a user