diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-07 00:59:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-07 00:59:17 +0000 |
commit | 9da10073afacd90f01d9cee1811c6f3c35bd99b5 (patch) | |
tree | 064a979759ac9d4c757a2e9afc0a7bc9e85be868 /sys/arch/amiga/include | |
parent | 3920e4a2c7f638130fcc7929be1586b1e61cb8c1 (diff) |
Ratibibugle setredzone()
[Ratibibugle is local slang for g/c, remove, rototill, etc]
Diffstat (limited to 'sys/arch/amiga/include')
-rw-r--r-- | sys/arch/amiga/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amiga/include/cpu.h b/sys/arch/amiga/include/cpu.h index ad4422a41f4..1e711202f62 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.15 2001/11/30 23:20:09 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.16 2001/12/07 00:59:16 miod Exp $ */ /* $NetBSD: cpu.h,v 1.36 1996/09/11 00:11:42 thorpej Exp $ */ /* @@ -233,7 +233,6 @@ int dma_cachectl __P((caddr_t, int)); int kvtop __P((caddr_t)); void physaccess __P((caddr_t, caddr_t, int, int)); void physunaccess __P((caddr_t, int)); -void setredzone __P((u_int *, caddr_t)); #ifdef GENERIC /* |