forked from Imagelibrary/rtems
2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps * irq/irq.h: Add extern C wrapper.
This commit is contained in:
@@ -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>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -26,6 +26,10 @@
|
|||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
extern volatile unsigned int ppc_cached_irq_mask;
|
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**);
|
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
|
||||||
|
|
||||||
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -26,6 +26,10 @@
|
|||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
extern volatile unsigned int ppc_cached_irq_mask;
|
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**);
|
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
|
||||||
|
|
||||||
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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>
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in include/Makefile.am.
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
|||||||
@@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
extern volatile unsigned int ppc_cached_irq_mask;
|
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**);
|
int BSP_rtems_irq_mngt_get(rtems_irq_global_settings**);
|
||||||
|
|
||||||
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -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>
|
2003-09-29 Till Strauman <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
PR 497/bsps
|
PR 497/bsps
|
||||||
|
|||||||
@@ -59,6 +59,10 @@
|
|||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Symblolic IRQ names and related definitions.
|
* 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_rtems_irq_mng_init(unsigned cpuId);
|
||||||
extern void BSP_i8259s_init(void);
|
extern void BSP_i8259s_init(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user