Module Name: src
Committed By: joerg
Date: Thu Feb 20 14:50:39 UTC 2014
Modified Files:
src/sys/arch/sparc/stand/ofwboot: boot.h
Log Message:
Add prototype for main.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/stand/ofwboot/boot.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/arch/sparc/stand/ofwboot/boot.h
diff -u src/sys/arch/sparc/stand/ofwboot/boot.h:1.9 src/sys/arch/sparc/stand/ofwboot/boot.h:1.10
--- src/sys/arch/sparc/stand/ofwboot/boot.h:1.9 Wed Jun 1 11:43:12 2011
+++ src/sys/arch/sparc/stand/ofwboot/boot.h Thu Feb 20 14:50:39 2014
@@ -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 @@ void freeall(void);
/* ofdev.c */
char *filename(char *, char *);
+/* boot.c */
+void main(void *);
+
#endif /* _BOOT_H_ */