summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-02 16:21:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-02 16:21:58 +0000
commit9caef036464bf646c8f2b0f7e4a2c00232d718f7 (patch)
tree965386ac5fa6115629adaa2eb0d40f9e3fbde030 /c/src/lib/libbsp
parent2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9caef036464bf646c8f2b0f7e4a2c00232d718f7.tar.bz2
PR 1302/bsps
Remove _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
index b788e2a10a..3d6c5ea941 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeUniverse.h
@@ -508,7 +508,6 @@ vmeUniverseReset(void);
* #define _VME_UNIVERSE_DECLARE_SHOW_ROUTINES
* #include <vmeUniverse.h>
*/
-#ifdef _VME_UNIVERSE_DECLARE_SHOW_ROUTINES
/* print the current configuration of all master ports to
* f (stderr if NULL)
*/
@@ -520,12 +519,6 @@ vmeUniverseMasterPortsShow(FILE *f);
*/
void
vmeUniverseSlavePortsShow(FILE *f);
-#else
-void
-vmeUniverseMasterPortsShow();
-void
-vmeUniverseSlavePortsShow();
-#endif
/* disable all master or slave ports, respectively */
void
@@ -691,7 +684,6 @@ vmeUniverseDisableAllMastersXX(volatile LERegister *ubase);
void
vmeUniverseDisableAllSlavesXX(volatile LERegister *ubase);
-#ifdef _VME_UNIVERSE_DECLARE_SHOW_ROUTINES
/* print the current configuration of all master ports to
* f (stderr if NULL)
*/
@@ -705,12 +697,6 @@ vmeUniverseMasterPortsShowXX(
void
vmeUniverseSlavePortsShowXX(
volatile LERegister *ubase,FILE *f);
-#else
-void
-vmeUniverseMasterPortsShowXX();
-void
-vmeUniverseSlavePortsShowXX();
-#endif
/* Raise a VME Interrupt at 'level' and respond with 'vector' to a
* handler on the VME bus. (The handler could be a different board