diff options
author | phk <phk@FreeBSD.org> | 1995-11-14 20:49:24 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-11-14 20:49:24 +0000 |
commit | abbc333b6791883c30b08da0d8805ae355bb3071 (patch) | |
tree | 56e6567c6a6e704faf27f5045f26045e66446e45 /sys/pccard | |
parent | 39e0ab2a221c3e41c8065c2b29b29c851fc0095b (diff) | |
download | FreeBSD-src-abbc333b6791883c30b08da0d8805ae355bb3071.zip FreeBSD-src-abbc333b6791883c30b08da0d8805ae355bb3071.tar.gz |
Fiddle with <machine/isa_device.h>
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/pccard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index e4feaa5..9dd7da7 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -43,13 +43,13 @@ #include <sys/malloc.h> #include <sys/devconf.h> -#include <pccard/card.h> -#include <pccard/slot.h> - #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> +#include <pccard/card.h> +#include <pccard/slot.h> + extern struct kern_devconf kdc_cpu0; |