mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:51:15 +08:00
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c: Moved irq.h to bsp subdirectory.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
|
||||
Moved irq.h to bsp subdirectory.
|
||||
|
||||
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* clock/ckinit.c, console/console.c: Added support for
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define TMRCFG 0xF834
|
||||
|
||||
#include <bsp.h>
|
||||
#include <irq.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include <bsp.h>
|
||||
#include <irq.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/error.h>
|
||||
#include <termios.h>
|
||||
|
||||
@@ -26,7 +26,7 @@ extern "C" {
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <libcpu/cpu.h>
|
||||
#include <irq.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
/*
|
||||
* confdefs.h overrides for this BSP:
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
void bsp_clean_up(void);
|
||||
|
||||
#include <bsp.h>
|
||||
#include <irq.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user