Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Prototype cpu_configure().
details: https://anonhg.NetBSD.org/src/rev/f8aadcf58766
branches: trunk
changeset: 476391:f8aadcf58766
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Sep 15 19:35:53 1999 +0000
description:
Prototype cpu_configure().
diffstat:
sys/sys/systm.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0c4a42c4f433 -r f8aadcf58766 sys/sys/systm.h
--- a/sys/sys/systm.h Wed Sep 15 18:10:33 1999 +0000
+++ b/sys/sys/systm.h Wed Sep 15 19:35:53 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systm.h,v 1.94 1999/09/10 00:03:52 tron Exp $ */
+/* $NetBSD: systm.h,v 1.95 1999/09/15 19:35:53 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@@ -291,6 +291,7 @@
void consinit __P((void));
void cpu_startup __P((void));
+void cpu_configure __P((void));
void cpu_rootconf __P((void));
void cpu_dumpconf __P((void));
void cpu_set_kpc __P((struct proc *, void (*)(void *), void *));
Home |
Main Index |
Thread Index |
Old Index