2004-04-07 Joel Sherrill <joel@OARcorp.com>

PR 602/bsps
	* irq/irq.h: Fix typo.
This commit is contained in:
Joel Sherrill
2004-04-07 13:09:40 +00:00
parent 59db174d07
commit 91a52b3105
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-04-07 Joel Sherrill <joel@OARcorp.com>
PR 602/bsps
* irq/irq.h: Fix typo.
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 545/bsps

View File

@@ -348,7 +348,7 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
#ifdef __cplusplus
extern "C" {
}
#endif
#endif