2003-10-22 Joel Sherrill <joel@OARcorp.com>

PR 510/bsps
	* irq/irq.h: Add extern C wrapper.
This commit is contained in:
Joel Sherrill
2003-10-22 16:24:05 +00:00
parent 4f21a587e1
commit ae1f2436d2
8 changed files with 56 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
* irq/irq.h: Add extern C wrapper.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -26,6 +26,10 @@
#ifndef ASM
#ifdef __cplusplus
extern "C" {
#endif
extern volatile unsigned int ppc_cached_irq_mask;
/*
@@ -326,6 +330,11 @@ int BSP_rtems_irq_mngt_set(rtems_irq_global_settings* config);
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
#ifdef __cplusplus
}
#endif
#endif
#endif

View File

@@ -1,3 +1,8 @@
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
* irq/irq.h: Add extern C wrapper.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -26,6 +26,10 @@
#ifndef ASM
#ifdef __cplusplus
extern "C" {
#endif
extern volatile unsigned int ppc_cached_irq_mask;
/*
@@ -326,6 +330,11 @@ int BSP_rtems_irq_mngt_set(rtems_irq_global_settings* config);
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
#ifdef __cplusplus
}
#endif
#endif
#endif

View File

@@ -1,3 +1,8 @@
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
* irq/irq.h: Add extern C wrapper.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -34,6 +34,10 @@
#ifndef ASM
#ifdef __cplusplus
extern "C" {
#endif
/*
extern volatile unsigned int ppc_cached_irq_mask;
*/
@@ -342,6 +346,11 @@ int BSP_rtems_irq_mngt_set(rtems_irq_global_settings* config);
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
#endif

View File

@@ -1,3 +1,8 @@
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
* irq/irq.h: Add extern C wrapper.
2003-09-29 Till Strauman <strauman@slac.stanford.edu>
PR 497/bsps

View File

@@ -59,6 +59,10 @@
#ifndef ASM
#ifdef __cplusplus
extern "C" {
#endif
/*
* Symblolic IRQ names and related definitions.
@@ -328,6 +332,11 @@ int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
extern void BSP_i8259s_init(void);
#ifdef __cplusplus
}
#endif
#endif
#endif