forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user