diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 08:14:20 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 08:14:20 +0000 |
| commit | 67b0d5b9ea31f8d217386c232f93d16c69c02cbc (patch) | |
| tree | f3f9c77d5e6db9194c45f5af2679b4a2c89f5a92 /sys/dev/hfa/fore_include.h | |
| parent | bc95ac80b254d741e702436a9b66bdb2cb15978d (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa/fore_include.h')
| -rw-r--r-- | sys/dev/hfa/fore_include.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h index ef455d58971f8..a1b63913d16ad 100644 --- a/sys/dev/hfa/fore_include.h +++ b/sys/dev/hfa/fore_include.h @@ -38,28 +38,6 @@ #ifndef _FORE_INCLUDE_H #define _FORE_INCLUDE_H -#include <netatm/kern_include.h> - -/* - * If not specified elsewhere, guess which type of bus support we want - */ -#if !(defined(FORE_PCI) || defined(FORE_SBUS)) -#if defined(sparc) -#define FORE_SBUS -#elif defined(__i386__) -#define FORE_PCI -#endif -#endif - -#include <pci/pcireg.h> -#include <pci/pcivar.h> - -#include <dev/hfa/fore.h> -#include <dev/hfa/fore_aali.h> -#include <dev/hfa/fore_slave.h> -#include <dev/hfa/fore_stats.h> -#include <dev/hfa/fore_var.h> - /* * Global function declarations */ @@ -84,14 +62,7 @@ void fore_initialize __P((Fore_unit *)); void fore_initialize_complete __P((Fore_unit *)); /* fore_intr.c */ -#if defined(sun) -int fore_poll __P((void)); -#endif -#if (defined(BSD) && (BSD <= 199306)) -int fore_intr __P((void *)); -#else void fore_intr __P((void *)); -#endif void fore_watchdog __P((Fore_unit *)); /* fore_load.c */ |
