1*02cdf4d2Sdsl /* $NetBSD: bootinfo.h,v 1.4 2009/03/14 14:46:04 dsl Exp $ */ 23f99fedeSsimonb 33f99fedeSsimonb /*- 43f99fedeSsimonb * Copyright (c) 1999 The NetBSD Foundation, Inc. 53f99fedeSsimonb * All rights reserved. 63f99fedeSsimonb * 73f99fedeSsimonb * This code is derived from software contributed to The NetBSD Foundation 83f99fedeSsimonb * by Jonathan Stone, Michael Hitch and Simon Burge. 93f99fedeSsimonb * 103f99fedeSsimonb * Redistribution and use in source and binary forms, with or without 113f99fedeSsimonb * modification, are permitted provided that the following conditions 123f99fedeSsimonb * are met: 133f99fedeSsimonb * 1. Redistributions of source code must retain the above copyright 143f99fedeSsimonb * notice, this list of conditions and the following disclaimer. 153f99fedeSsimonb * 2. Redistributions in binary form must reproduce the above copyright 163f99fedeSsimonb * notice, this list of conditions and the following disclaimer in the 173f99fedeSsimonb * documentation and/or other materials provided with the distribution. 183f99fedeSsimonb * 193f99fedeSsimonb * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 203f99fedeSsimonb * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 213f99fedeSsimonb * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 223f99fedeSsimonb * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 233f99fedeSsimonb * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 243f99fedeSsimonb * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 253f99fedeSsimonb * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 263f99fedeSsimonb * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 273f99fedeSsimonb * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 283f99fedeSsimonb * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 293f99fedeSsimonb * POSSIBILITY OF SUCH DAMAGE. 303f99fedeSsimonb */ 313f99fedeSsimonb 323f99fedeSsimonb #include <machine/bootinfo.h> 333f99fedeSsimonb 34*02cdf4d2Sdsl void bi_init(paddr_t); 35*02cdf4d2Sdsl void bi_add(void *, int, int); 36