2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/motorola/motorola.c, shared/vme/vme_universe.c:
	Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2009-10-16 10:56:49 +00:00
parent 15e619c9c6
commit 9286802486
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/motorola/motorola.c, shared/vme/vme_universe.c:
Add missing prototypes.
2009-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/openpic/openpic.c: Make openpic_writefield

View File

@@ -345,7 +345,7 @@ prep_t checkPrepBoardType(RESIDUAL *res)
return PREP_type;
}
motorolaBoard getMotorolaBoard()
motorolaBoard getMotorolaBoard(void)
{
/*
* At least the MVME2100 does not have the CPU Type and Base Type Registers,

View File

@@ -373,7 +373,7 @@ unsigned short rval;
#define VME_CLEAR_BRIDGE_ERRORS tsi_clear_errors
#endif
int BSP_VMEInit()
int BSP_VMEInit(void)
{
#if defined(_VME_DRIVER_UNIVERSE)
if ( 0 == vmeUniverseInit() ) {
@@ -407,7 +407,7 @@ int BSP_VMEInit()
return 0;
}
int BSP_VMEIrqMgrInstall()
int BSP_VMEIrqMgrInstall(void)
{
int err;
#ifndef BSP_VME_INSTALL_IRQ_MGR