summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/include')
-rw-r--r--sys/arch/atari/include/cpu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h
index c56f9fbfece..eb4f5439dc9 100644
--- a/sys/arch/atari/include/cpu.h
+++ b/sys/arch/atari/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.40 2003/01/17 22:34:22 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.41 2003/05/10 16:12:03 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -198,13 +198,6 @@ void config_console __P((void));
long clkread __P((void));
/*
- * Prototypes from disksubr.c
- */
-struct buf;
-struct disklabel;
-int bounds_check_with_label __P((struct buf *, struct disklabel *, int));
-
-/*
* Prototypes from fpu.c
*/
char *fpu_describe __P((int));