Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/common add missing prototype; remove na...



details:   https://anonhg.NetBSD.org/src/rev/4183841bb537
branches:  trunk
changeset: 793346:4183841bb537
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 06 18:43:41 2014 +0000

description:
add missing prototype; remove names from args

diffstat:

 sys/arch/emips/stand/common/common.h |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 8d3fcd9b8fbb -r 4183841bb537 sys/arch/emips/stand/common/common.h
--- a/sys/arch/emips/stand/common/common.h      Thu Feb 06 18:36:15 2014 +0000
+++ b/sys/arch/emips/stand/common/common.h      Thu Feb 06 18:43:41 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: common.h,v 1.1 2011/01/26 01:18:54 pooka Exp $ */
+/*     $NetBSD: common.h,v 1.2 2014/02/06 18:43:41 christos Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -58,15 +58,16 @@
 /* prom_iface.c */
 extern int init_usart(void);
 extern int init_memory(void);
-extern void call_kernel(uint32_t addr, char *kname, char *kargs, u_int bim, char *bip);
+extern void call_kernel(uint32_t, char *, char *, u_int, char *);
 
 /* ace.c */
-extern int aceprobe(int unit);
+extern int aceprobe(int);
 
 /* enic.c */
-extern int enic_present(int unit);
+extern int enic_present(int);
 
-/*
- * vers.c (generated by newvers.sh)
- */
+/* print.c */
+extern void xputchar(int);
+
+/* vers.c (generated by newvers.sh) */
 extern const char bootprog_rev[];



Home | Main Index | Thread Index | Old Index