Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/ofwboot Add prototype for main.



details:   https://anonhg.NetBSD.org/src/rev/fb117257a8db
branches:  trunk
changeset: 326850:fb117257a8db
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Feb 20 14:50:39 2014 +0000

description:
Add prototype for main.

diffstat:

 sys/arch/sparc/stand/ofwboot/boot.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bb19dea4ec1c -r fb117257a8db sys/arch/sparc/stand/ofwboot/boot.h
--- a/sys/arch/sparc/stand/ofwboot/boot.h       Thu Feb 20 14:48:11 2014 +0000
+++ b/sys/arch/sparc/stand/ofwboot/boot.h       Thu Feb 20 14:50:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.h,v 1.9 2011/06/01 11:43:12 tsutsui Exp $ */
+/*     $NetBSD: boot.h,v 1.10 2014/02/20 14:50:39 joerg Exp $  */
 
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -69,4 +69,7 @@
 /* ofdev.c */
 char *filename(char *, char *);
 
+/* boot.c */
+void main(void *);
+
 #endif /* _BOOT_H_ */



Home | Main Index | Thread Index | Old Index