mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 15:18:56 +08:00
2009-03-05 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: fixed function declarations to silence compiler warnings.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c:
|
||||
fixed function declarations to silence compiler
|
||||
warnings.
|
||||
|
||||
2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* bspgetworkarea.c: Add check to determine if current stack pointer is
|
||||
|
||||
@@ -537,7 +537,7 @@ uint32_t v;
|
||||
}
|
||||
|
||||
void
|
||||
vmeTsi148Reset()
|
||||
vmeTsi148Reset(void)
|
||||
{
|
||||
vmeTsi148ResetXX(THEBASE);
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ vmeTsi148ResetXX(BERegister *base);
|
||||
|
||||
/* Setup the tsi148 connected to the first driver slot */
|
||||
void
|
||||
vmeTsi148Reset();
|
||||
vmeTsi148Reset(void);
|
||||
|
||||
/* Pull VME SYSRESET line */
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user