diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 20:49:24 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-14 20:49:24 +0000 |
| commit | 920e8dc22013ed70e5c770f16fa00e48c0bfceaf (patch) | |
| tree | 56e6567c6a6e704faf27f5045f26045e66446e45 /sys/pccard | |
| parent | 43f242265a5e38d1bc33e437407c3a951f9aca8b (diff) | |
Notes
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 e4feaa5c0bcd..9dd7da77f6ca 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; |
