summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/eth_comm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 14:00:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-17 14:00:41 +0000
commit942f98168a940e743bc769c85b70d3340f9591ac (patch)
tree0a3604c80729830baa16020498af014ad551460e /c/src/lib/libbsp/powerpc/eth_comm
parent2001-04-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-942f98168a940e743bc769c85b70d3340f9591ac.tar.bz2
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set. * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>, <rtems/bspIo.h>
Diffstat (limited to 'c/src/lib/libbsp/powerpc/eth_comm')
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
index 11236cafd6..6b832e1877 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
@@ -20,10 +20,13 @@
#include <string.h>
#include <bsp.h>
+#include <bsp/irq.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <info.h>
-
+#include <libcpu/cpuIdent.h>
+#include <rtems/bspIo.h>
+
boardinfo_t M860_binfo;
/*