forked from Imagelibrary/rtems
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:
@@ -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>
|
2009-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shared/openpic/openpic.c: Make openpic_writefield
|
* shared/openpic/openpic.c: Make openpic_writefield
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ prep_t checkPrepBoardType(RESIDUAL *res)
|
|||||||
return PREP_type;
|
return PREP_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
motorolaBoard getMotorolaBoard()
|
motorolaBoard getMotorolaBoard(void)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* At least the MVME2100 does not have the CPU Type and Base Type Registers,
|
* At least the MVME2100 does not have the CPU Type and Base Type Registers,
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ unsigned short rval;
|
|||||||
#define VME_CLEAR_BRIDGE_ERRORS tsi_clear_errors
|
#define VME_CLEAR_BRIDGE_ERRORS tsi_clear_errors
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int BSP_VMEInit()
|
int BSP_VMEInit(void)
|
||||||
{
|
{
|
||||||
#if defined(_VME_DRIVER_UNIVERSE)
|
#if defined(_VME_DRIVER_UNIVERSE)
|
||||||
if ( 0 == vmeUniverseInit() ) {
|
if ( 0 == vmeUniverseInit() ) {
|
||||||
@@ -407,7 +407,7 @@ int BSP_VMEInit()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int BSP_VMEIrqMgrInstall()
|
int BSP_VMEIrqMgrInstall(void)
|
||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
#ifndef BSP_VME_INSTALL_IRQ_MGR
|
#ifndef BSP_VME_INSTALL_IRQ_MGR
|
||||||
|
|||||||
Reference in New Issue
Block a user