summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-01-31 03:57:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-01-31 03:57:55 +0000
commit32a0058cc1ff2b793ed9a3f344e73b35435c6e11 (patch)
tree19f49ceb3fa59954bc566d078eaf977843b0ada6 /c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
parent2007-01-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-32a0058cc1ff2b793ed9a3f344e73b35435c6e11.tar.bz2
2007-01-29 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/VMEConfig.h: Added more comments about the semantics of the various symbols BSPs should define in this file. Removed declarations of BSP_VMEInit(), BSP_VMEIrqMgrInstall(). * shared/vme/vmeconfig.c: declare BSP_VMEInit(), BSP_VMEIrqMgrInstall() here. * Makefile.am, shared/vme/README, * shared/vme/vme_universe_dma.c (added): Added glue code implementing the VMEDMA.h API using the vmeUniverse driver.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c b/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
index 9a1eda4844..4c6da0471c 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
+++ b/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c
@@ -55,6 +55,9 @@
#include <libcpu/bat.h>
#include <rtems/bspIo.h>
+extern int BSP_VMEInit();
+extern int BSP_VMEIrqMgrInstall();
+
/* Use a weak alias for the VME configuration.
* This permits individual applications to override
* this routine.