1*ce099b40Smartin /* $NetBSD: bootinfo.h,v 1.3 2008/04/28 20:23:36 martin Exp $ */ 281248a08Schristos 381248a08Schristos /*- 481248a08Schristos * Copyright (c) 1999 The NetBSD Foundation, Inc. 581248a08Schristos * All rights reserved. 681248a08Schristos * 781248a08Schristos * This code is derived from software contributed to The NetBSD Foundation 881248a08Schristos * by Jonathan Stone, Michael Hitch and Simon Burge. 981248a08Schristos * 1081248a08Schristos * Redistribution and use in source and binary forms, with or without 1181248a08Schristos * modification, are permitted provided that the following conditions 1281248a08Schristos * are met: 1381248a08Schristos * 1. Redistributions of source code must retain the above copyright 1481248a08Schristos * notice, this list of conditions and the following disclaimer. 1581248a08Schristos * 2. Redistributions in binary form must reproduce the above copyright 1681248a08Schristos * notice, this list of conditions and the following disclaimer in the 1781248a08Schristos * documentation and/or other materials provided with the distribution. 1881248a08Schristos * 1981248a08Schristos * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 2081248a08Schristos * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 2181248a08Schristos * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 2281248a08Schristos * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 2381248a08Schristos * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 2481248a08Schristos * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 2581248a08Schristos * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 2681248a08Schristos * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 2781248a08Schristos * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 2881248a08Schristos * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 2981248a08Schristos * POSSIBILITY OF SUCH DAMAGE. 3081248a08Schristos */ 3181248a08Schristos 3281248a08Schristos #include <machine/bootinfo.h> 3381248a08Schristos 344c3c91e6Suwe u_long bi_init(u_long); 354c3c91e6Suwe void bi_add(void *, int, size_t); 36