mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:28:51 +00:00
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>. * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>. * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
* include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
|
||||||
|
* startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/console.c, include/bsp.h,
|
* clock/ckinit.c, console/console.c, include/bsp.h,
|
||||||
|
|||||||
@@ -22,10 +22,10 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <vmeintr.h>
|
#include <rtems/vmeintr.h>
|
||||||
#include <zilog/z8530.h>
|
#include <zilog/z8530.h>
|
||||||
#include <zilog/z8536.h>
|
#include <zilog/z8536.h>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <vmeintr.h>
|
#include <rtems/vmeintr.h>
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user