forked from Imagelibrary/rtems
Clock Driver Shell - Correct PIC IRQ Prototype.
This commit is contained in:
@@ -57,8 +57,8 @@ void Clock_exit( void );
|
|||||||
* Return values: NONE
|
* Return values: NONE
|
||||||
*/
|
*/
|
||||||
#ifdef BSP_FEATURE_IRQ_EXTENSION
|
#ifdef BSP_FEATURE_IRQ_EXTENSION
|
||||||
rtems_isr Clock_isr(void *arg);
|
void Clock_isr(rtems_irq_hdl_param arg);
|
||||||
rtems_isr Clock_isr(void *arg)
|
void Clock_isr(rtems_irq_hdl_param arg)
|
||||||
{
|
{
|
||||||
#else
|
#else
|
||||||
rtems_isr Clock_isr(rtems_vector_number vector);
|
rtems_isr Clock_isr(rtems_vector_number vector);
|
||||||
|
|||||||
Reference in New Issue
Block a user