mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>. * bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>. * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. * start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>. * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* bootloader/misc.c, bootloader/pci.c, console/inch.c,
|
* bootloader/misc.c, bootloader/pci.c, console/inch.c,
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
*/
|
*/
|
||||||
#define DIRTY_MEANS_WRITABLE
|
#define DIRTY_MEANS_WRITABLE
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include "bootldr.h"
|
#include "bootldr.h"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include "bootldr.h"
|
#include "bootldr.h"
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* rtems_crti.S */
|
/* rtems_crti.S */
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user