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

* libchip/network/dec21140.c, libchip/network/elnk.c,
	libchip/network/if_fxp.c: Moved irq.h to bsp subdirectory.
This commit is contained in:
Jennifer Averett
2005-05-06 20:06:17 +00:00
parent 48ad38db2c
commit 0fd3092e02
4 changed files with 7 additions and 12 deletions

View File

@@ -79,12 +79,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#if defined(__i386__)
#include <irq.h>
#endif
#if defined(__PPC__)
#include <bsp/irq.h>
#endif
#ifdef malloc
#undef malloc

View File

@@ -110,16 +110,11 @@
#include "if_media.h"
#include "mii.h"
#include <bsp/irq.h>
#if defined(__i386__)
#include <irq.h>
#define IO_MASK 0x3
#define MEM_MASK 0xF
#endif
#if defined(__PPC__)
#include <bsp/irq.h>
#endif
#ifdef malloc

View File

@@ -76,7 +76,7 @@
#include <sys/systm.h>
#include <bsp.h>
#include <pcibios.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/pci.h>
#ifdef NS