mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-02 21:55:44 +00:00
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* varvects.h: Fix prototype.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* varvects.h: Fix prototype.
|
||||
|
||||
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file
|
||||
|
||||
@@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#ifndef _VARVECTS_H_
|
||||
#define _VARVECTS_H_
|
||||
|
||||
typedef void (*_m32c_interrupt_func)() __attribute__((mode(SI)));
|
||||
typedef void (*_m32c_interrupt_func)(void) __attribute__((mode(SI)));
|
||||
extern _m32c_interrupt_func _var_vects[];
|
||||
|
||||
#if defined(__r8c_cpu__) || defined (__m16c_cpu__)
|
||||
|
||||
Reference in New Issue
Block a user