Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys add cpu_bootconf()



details:   https://anonhg.NetBSD.org/src/rev/282f1fbe538d
branches:  trunk
changeset: 328434:282f1fbe538d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 03 15:22:57 2014 +0000

description:
add cpu_bootconf()

diffstat:

 sys/sys/systm.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e6fde3c8ad62 -r 282f1fbe538d sys/sys/systm.h
--- a/sys/sys/systm.h   Thu Apr 03 15:22:19 2014 +0000
+++ b/sys/sys/systm.h   Thu Apr 03 15:22:57 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: systm.h,v 1.262 2014/03/26 18:03:47 christos Exp $     */
+/*     $NetBSD: systm.h,v 1.263 2014/04/03 15:22:57 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1988, 1991, 1993
@@ -403,6 +403,7 @@
 
 void   cpu_startup(void);
 void   cpu_configure(void);
+void   cpu_bootconf(void);
 void   cpu_rootconf(void);
 void   cpu_dumpconf(void);
 



Home | Main Index | Thread Index | Old Index