forked from Imagelibrary/rtems
2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* irq/irq.h: Fixed typos.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* irq/irq.h: Fixed typos.
|
||||||
|
|
||||||
2007-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* network_5200/network.c: Add multicast support.
|
* network_5200/network.c: Add multicast support.
|
||||||
|
|||||||
@@ -323,15 +323,15 @@ int BSP_irq_disable_at_siu(const rtems_irq_symbolic_name irqLine);
|
|||||||
*/
|
*/
|
||||||
int BSP_irq_enable_at_siu(const rtems_irq_symbolic_name irqLine);
|
int BSP_irq_enable_at_siu(const rtems_irq_symbolic_name irqLine);
|
||||||
/*
|
/*
|
||||||
* function to acknoledge a particular irq. After calling
|
* function to acknowledge a particular irq. After calling
|
||||||
* this function, if a device asserts an enabled interrupt line it will
|
* this function, if a device asserts an enabled interrupt line it will
|
||||||
* be propagated further to the processor. Mainly usefull for people
|
* be propagated further to the processor. Mainly useful for people
|
||||||
* writting raw handlers as this is automagically done for rtems managed
|
* writing raw handlers as this is automagically done for rtems managed
|
||||||
* handlers.
|
* handlers.
|
||||||
*/
|
*/
|
||||||
int BSP_irq_ack_at_siu(const rtems_irq_symbolic_name irqLine);
|
int BSP_irq_ack_at_siu(const rtems_irq_symbolic_name irqLine);
|
||||||
/*
|
/*
|
||||||
* function to check if a particular irq is enabled. After calling
|
* function to check ifl d a particular irq is enabled. After calling
|
||||||
*/
|
*/
|
||||||
int BSP_irq_enabled_at_siu(const rtems_irq_symbolic_name irqLine);
|
int BSP_irq_enabled_at_siu(const rtems_irq_symbolic_name irqLine);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user