diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-04 21:04:14 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-04 21:04:14 +0000 |
| commit | b7940104145bf348968a6bcff1139759eafe1352 (patch) | |
| tree | 5a6d52695387fb94f89732acbfae315579203220 /sys/dev/fdc | |
| parent | 341762c6f1108f6e861dc457d6336afa1c1954e4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -rw-r--r-- | sys/dev/fdc/fdcreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdcreg.h b/sys/dev/fdc/fdcreg.h index f0b8eebbdb68..5dee70d0ecb4 100644 --- a/sys/dev/fdc/fdcreg.h +++ b/sys/dev/fdc/fdcreg.h @@ -39,7 +39,7 @@ */ /* uses NEC765 controller */ -#include <isa/ic/nec765.h> +#include <dev/ic/nec765.h> /* registers */ #define FDOUT 2 /* Digital Output Register (W) */ |
