forked from Imagelibrary/rtems
tm27: Fix prototype warnings
This commit is contained in:
@@ -29,9 +29,10 @@
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
void Install_tm27_vector(void (*_handler)())
|
||||
{
|
||||
}
|
||||
#define Install_tm27_vector( _handler ) \
|
||||
do { \
|
||||
(void) _handler; \
|
||||
} while (0)
|
||||
|
||||
#define Cause_tm27_intr() \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user