forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>. * 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>. * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>. * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
|
||||
* 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>.
|
||||
* console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
* console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* clock/clock.c, console/config.c, console/console.c,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <ringbuf.h>
|
||||
#include <rtems/ringbuf.h>
|
||||
#include <libchip/serial.h>
|
||||
#include <libchip/ns16550.h>
|
||||
#include <libchip/z85c30.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <libchip/serial.h>
|
||||
#include <ringbuf.h>
|
||||
#include <rtems/ringbuf.h>
|
||||
|
||||
#include "console.h"
|
||||
#include "i8042_p.h"
|
||||
|
||||
@@ -143,9 +143,9 @@ extern "C" {
|
||||
#define MSR_POW 0x0004 /* Upper 16 bits */
|
||||
#else
|
||||
#include <rtems.h>
|
||||
#include <console.h>
|
||||
#include <clockdrv.h>
|
||||
#include <iosupp.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <tod.h>
|
||||
#include <nvram.h>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <chain.h>
|
||||
#include <rtems/chain.h>
|
||||
#include <assert.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user