2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
Joel Sherrill
2002-01-06 20:06:53 +00:00
parent 0c1f025b7d
commit 45805ccfa4
9 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -24,7 +24,7 @@ extern "C" {
#include <iosupp.h> #include <iosupp.h>
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#include <bspIo.h> #include <rtems/bspIo.h>
#include <irq.h> #include <irq.h>
/* /*

View File

@@ -1,3 +1,7 @@
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -53,7 +53,7 @@ extern "C" {
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#include <libcpu/cpu.h> #include <libcpu/cpu.h>
#include <bspIo.h> #include <rtems/bspIo.h>
/* /*
* confdefs.h overrides for this BSP: * confdefs.h overrides for this BSP:

View File

@@ -1,3 +1,7 @@
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,

View File

@@ -25,7 +25,7 @@ extern "C" {
#include <iosupp.h> #include <iosupp.h>
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#include <bspIo.h> #include <rtems/bspIo.h>
#include <irq.h> #include <irq.h>
/* /*

View File

@@ -13,7 +13,7 @@
*/ */
#include <uart.h> #include <uart.h>
#include <bspIo.h> #include <rtems/bspIo.h>
extern int BSPConsolePort; extern int BSPConsolePort;

View File

@@ -1,3 +1,7 @@
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL). * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).

View File

@@ -32,7 +32,7 @@ extern "C" {
#include <clockdrv.h> #include <clockdrv.h>
#include <console.h> #include <console.h>
#include <iosupp.h> #include <iosupp.h>
#include <bspIo.h> #include <rtems/bspIo.h>
/* /*