forked from Imagelibrary/rtems
add some prototypes
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
void tm27On()
|
||||
void tm27On(void)
|
||||
{
|
||||
}
|
||||
|
||||
void tm27Off()
|
||||
void tm27Off(void)
|
||||
{
|
||||
}
|
||||
|
||||
int tm27IsOn()
|
||||
int tm27IsOn(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user