mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h. * console/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,9 @@
|
||||
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* console/console.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
* irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
|
||||
|
||||
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
extern void clockOn(void*);
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <bsp.h> /* Must be before libio.h */
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <termios.h>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
#include <bsp/irq.h>
|
||||
#include <bsp.h>
|
||||
#include <bspIo.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <libcpu/raw_exception.h>
|
||||
/*
|
||||
#include <bsp/8xx_immap.h>
|
||||
|
||||
Reference in New Issue
Block a user