Module Name:    src
Committed By:   christos
Date:           Thu Apr  3 15:22:57 UTC 2014

Modified Files:
        src/sys/sys: systm.h

Log Message:
add cpu_bootconf()


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/systm.h
diff -u src/sys/sys/systm.h:1.262 src/sys/sys/systm.h:1.263
--- src/sys/sys/systm.h:1.262	Wed Mar 26 14:03:47 2014
+++ src/sys/sys/systm.h	Thu Apr  3 11:22:57 2014
@@ -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	consinit(void);
 
 void	cpu_startup(void);
 void	cpu_configure(void);
+void	cpu_bootconf(void);
 void	cpu_rootconf(void);
 void	cpu_dumpconf(void);
 

Reply via email to