2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>

* clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
	Moved irq.h to bsp subdirectory.
This commit is contained in:
Jennifer Averett
2005-05-06 19:57:27 +00:00
parent 529cebf00d
commit 48ad38db2c
5 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
Moved irq.h to bsp subdirectory.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -20,7 +20,7 @@
*/
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>

View File

@@ -38,7 +38,7 @@
#include <rtems/error.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <termios.h>
#include <uart.h>

View File

@@ -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:

View File

@@ -49,7 +49,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <irq.h>
#include <bsp/irq.h>
/* Define this to force byte-wide data transfers with the NIC. This
is needed for boards like the TS-1325 386EX PC, which support only