forked from Imagelibrary/rtems
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/bspspuriousinit.c: Include rtems/bspIo.h instead of bspIo.h. * shared/c3xspurious.c: Include rtems/bspIo.h instead of bspIo.h. * shared/c4xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* shared/bspspuriousinit.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
* shared/c3xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
* shared/c4xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||||
|
|
||||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bsp_spurious_initialize
|
* bsp_spurious_initialize
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bsp_spurious_handler
|
* bsp_spurious_handler
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bsp_spurious_handler
|
* bsp_spurious_handler
|
||||||
|
|||||||
Reference in New Issue
Block a user