mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 840/rtems: * include/rtems/irq.h: Fix several typos.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user