Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari Add bootm_init() prototype.



details:   https://anonhg.NetBSD.org/src/rev/4f180dd330fc
branches:  trunk
changeset: 481836:4f180dd330fc
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Feb 07 14:36:42 2000 +0000

description:
Add bootm_init() prototype.

diffstat:

 sys/arch/atari/atari/atari_init.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r db0eb633d212 -r 4f180dd330fc sys/arch/atari/atari/atari_init.c
--- a/sys/arch/atari/atari/atari_init.c Mon Feb 07 13:58:00 2000 +0000
+++ b/sys/arch/atari/atari/atari_init.c Mon Feb 07 14:36:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atari_init.c,v 1.46 1999/12/06 16:06:24 leo Exp $      */
+/*     $NetBSD: atari_init.c,v 1.47 2000/02/07 14:36:42 leo Exp $      */
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -684,6 +684,7 @@
 u_int          ptsize;         /* Size of 'pt' in bytes        */
 u_int          ptextra;        /* #of additional I/O pte's     */
 {
+       extern void     bootm_init __P((vaddr_t, pt_entry_t *, u_long));
        vaddr_t         ioaddr;
        pt_entry_t      *pg, *epg;
        pt_entry_t      pg_proto;



Home | Main Index | Thread Index | Old Index