Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Add prototype for findcpu in _STANDALONE.
details: https://anonhg.NetBSD.org/src/rev/4244a3cb59a3
branches: trunk
changeset: 486452:4244a3cb59a3
user: matt <matt%NetBSD.org@localhost>
date: Mon May 22 15:55:52 2000 +0000
description:
Add prototype for findcpu in _STANDALONE.
diffstat:
sys/arch/vax/include/cpu.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 090b075f5420 -r 4244a3cb59a3 sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h Mon May 22 15:54:53 2000 +0000
+++ b/sys/arch/vax/include/cpu.h Mon May 22 15:55:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.43 2000/04/22 08:19:49 ragge Exp $ */
+/* $NetBSD: cpu.h,v 1.44 2000/05/22 15:55:52 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -175,4 +175,7 @@
int kdbrint __P((int));
#endif
#endif /* _KERNEL */
+#ifdef _STANDALONE
+void findcpu(void);
+#endif
#endif /* _VAX_CPU_H_ */
Home |
Main Index |
Thread Index |
Old Index