forked from Imagelibrary/rtems
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* comm/console.c: Include rtems/bspIo.h instead of bspIo.h. * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* comm/console.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
* irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
|
||||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
|
* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
void __assert (const char *file, int line, const char *msg);
|
void __assert (const char *file, int line, const char *msg);
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <irq.h>
|
#include <irq.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <irq.h>
|
#include <irq.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <registers.h>
|
#include <registers.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user