forked from Imagelibrary/rtems
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/irq.h: Add BSP_irq_enabled_at_cpm. * network/network.c: Remove local decl of BSP_irq_enabled_at_cpm.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq/irq.h: Add BSP_irq_enabled_at_cpm.
|
||||
* network/network.c: Remove local decl of BSP_irq_enabled_at_cpm.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mbx8xx.inc: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -172,6 +172,8 @@ int BSP_irq_enabled_at_siu (const rtems_irq_number irqLine);
|
||||
|
||||
extern void BSP_rtems_irq_mng_init(unsigned cpuId);
|
||||
|
||||
extern int BSP_irq_enabled_at_cpm(const rtems_irq_number irqLine);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -139,7 +139,6 @@ static void m8xx_scc1_ethernet_off(const rtems_irq_connect_data* ptr)
|
||||
|
||||
static void m8xx_scc1_ethernet_isOn(const rtems_irq_connect_data* ptr)
|
||||
{
|
||||
int BSP_irq_enabled_at_cpm(const rtems_irq_number );
|
||||
BSP_irq_enabled_at_cpm (ptr->name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user