forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <irq.h>
|
||||
#include <bsp/irq.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user