2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>

PR 840/rtems:
	* include/rtems/irq.h: Fix several typos.
This commit is contained in:
Ralf Corsepius
2005-10-31 14:14:32 +00:00
parent db1d8b3dd3
commit 1a58501609
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 840/rtems:
* include/rtems/irq.h: Fix several typos.
2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add zlib. * configure.ac: Add zlib.

View File

@@ -15,7 +15,7 @@
* found in found in the file LICENSE in this distribution or at * found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE. * http://www.rtems.com/license/LICENSE.
* *
* $Id& * $Id$
*/ */
#ifndef _RTEMS_IRQ_H #ifndef _RTEMS_IRQ_H
@@ -54,7 +54,6 @@ typedef struct __rtems_irq_connect_data__ {
* Handler handle to store private data * Handler handle to store private data
*/ */
rtems_irq_hdl_param handle; rtems_irq_hdl_param handle;
/*
/* /*
* function for enabling interrupts at device level (ONLY!). * function for enabling interrupts at device level (ONLY!).
* The BSP code will automatically enable it at i8259s level. * The BSP code will automatically enable it at i8259s level.
@@ -114,7 +113,7 @@ typedef struct {
* The interrupt source will be physically masked at i8259 level. * The interrupt source will be physically masked at i8259 level.
*/ */
rtems_irq_prio* irqPrioTbl; rtems_irq_prio* irqPrioTbl;
}rtems_irq_global_settings; } rtems_irq_global_settings;
/*-------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
| Function Prototypes. | Function Prototypes.
@@ -214,5 +213,5 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
} }
#endif #endif
#endif #endif /* ASM */
#endif /* _RTEMS_IRQ_H */ #endif /* _RTEMS_IRQ_H */