2004-03-03 Joel Sherrill <joel@OARcorp.com>

* irq/irq.h: Correct typo.
This commit is contained in:
Joel Sherrill
2004-03-03 14:21:12 +00:00
parent c403d4bd22
commit 68aef00795
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-03-03 Joel Sherrill <joel@OARcorp.com>
* irq/irq.h: Correct typo.
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect changes to bsp.am.

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