diff options
| author | leo <leo@NetBSD.org> | 1997-06-04 14:33:49 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1997-06-04 14:33:49 +0000 |
| commit | f42858310ed35cf8425bb301cd207f853baef3f6 (patch) | |
| tree | 0bf74fae190b2e2436ef8b98a4bcdf1b23b68acf /sys/arch/atari/dev/atari5380.c | |
| parent | bafe3a5dcf96f066d90f658a5594b0895e638b83 (diff) | |
Use m68k cacheops
Diffstat (limited to 'sys/arch/atari/dev/atari5380.c')
| -rw-r--r-- | sys/arch/atari/dev/atari5380.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c index 49ccff95789..0b9f9d825f0 100644 --- a/sys/arch/atari/dev/atari5380.c +++ b/sys/arch/atari/dev/atari5380.c @@ -1,4 +1,4 @@ -/* $NetBSD: atari5380.c,v 1.25 1997/04/06 12:42:44 leo Exp $ */ +/* $NetBSD: atari5380.c,v 1.26 1997/06/04 14:34:03 leo Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -40,6 +40,8 @@ #include <scsi/scsiconf.h> #include <m68k/asm_single.h> +#include <m68k/cpu.h> +#include <m68k/cacheops.h> #include <atari/atari/stalloc.h> |
