forked from Imagelibrary/rtems
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp37/init.c: Add local prototypes for rtems_interrupt_disable, rtems_interrupt_enable, rtems_interrupt_flash, rtems_interrupt_is_in_progress.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* sp37/init.c: Add local prototypes for
|
||||||
|
rtems_interrupt_disable, rtems_interrupt_enable,
|
||||||
|
rtems_interrupt_flash, rtems_interrupt_is_in_progress.
|
||||||
* sp43/init.c: Add local prototypes for
|
* sp43/init.c: Add local prototypes for
|
||||||
rtems_object_api_minimum_class, rtems_object_api_maximum_class,
|
rtems_object_api_minimum_class, rtems_object_api_maximum_class,
|
||||||
rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
|
rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
|
||||||
|
|||||||
@@ -83,9 +83,13 @@ void check_isr_in_progress_inline(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#undef rtems_interrupt_disable
|
#undef rtems_interrupt_disable
|
||||||
|
extern rtems_interrupt_level rtems_interrupt_disable(void);
|
||||||
#undef rtems_interrupt_enable
|
#undef rtems_interrupt_enable
|
||||||
|
extern void rtems_interrupt_enable(rtems_interrupt_level previous_level);
|
||||||
#undef rtems_interrupt_flash
|
#undef rtems_interrupt_flash
|
||||||
|
extern void rtems_interrupt_flash(rtems_interrupt_level previous_level);
|
||||||
#undef rtems_interrupt_is_in_progress
|
#undef rtems_interrupt_is_in_progress
|
||||||
|
extern bool rtems_interrupt_is_in_progress(void);
|
||||||
|
|
||||||
rtems_timer_service_routine test_isr_in_progress(
|
rtems_timer_service_routine test_isr_in_progress(
|
||||||
rtems_id timer,
|
rtems_id timer,
|
||||||
|
|||||||
Reference in New Issue
Block a user