From 1a585016096d3bcaec412b1b0440a1e7d9d29cfa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 31 Oct 2005 14:14:32 +0000 Subject: 2005-10-31 Ralf Corsepius PR 840/rtems: * include/rtems/irq.h: Fix several typos. --- cpukit/ChangeLog | 5 +++++ cpukit/include/rtems/irq.h | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f740c1a57e..71a1258875 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2005-10-31 Ralf Corsepius + + PR 840/rtems: + * include/rtems/irq.h: Fix several typos. + 2005-10-30 Ralf Corsepius * configure.ac: Add zlib. diff --git a/cpukit/include/rtems/irq.h b/cpukit/include/rtems/irq.h index 2e8e2ac297..12a501bd4a 100644 --- a/cpukit/include/rtems/irq.h +++ b/cpukit/include/rtems/irq.h @@ -15,7 +15,7 @@ * found in found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id& + * $Id$ */ #ifndef _RTEMS_IRQ_H @@ -54,7 +54,6 @@ typedef struct __rtems_irq_connect_data__ { * Handler handle to store private data */ rtems_irq_hdl_param handle; - /* /* * function for enabling interrupts at device level (ONLY!). * 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. */ rtems_irq_prio* irqPrioTbl; -}rtems_irq_global_settings; +} rtems_irq_global_settings; /*-------------------------------------------------------------------------+ | Function Prototypes. @@ -214,5 +213,5 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**); } #endif -#endif +#endif /* ASM */ #endif /* _RTEMS_IRQ_H */ -- cgit v1.2.3