xref: /netbsd-src/sys/arch/cobalt/stand/boot/bootinfo.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: bootinfo.h,v 1.5 2008/04/28 20:23:16 martin Exp $	*/
2ceb721fdScdi 
3ceb721fdScdi /*-
4ceb721fdScdi  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
5ceb721fdScdi  * All rights reserved.
6ceb721fdScdi  *
7ceb721fdScdi  * This code is derived from software contributed to The NetBSD Foundation
8ceb721fdScdi  * by Jonathan Stone, Michael Hitch and Simon Burge.
9ceb721fdScdi  *
10ceb721fdScdi  * Redistribution and use in source and binary forms, with or without
11ceb721fdScdi  * modification, are permitted provided that the following conditions
12ceb721fdScdi  * are met:
13ceb721fdScdi  * 1. Redistributions of source code must retain the above copyright
14ceb721fdScdi  *    notice, this list of conditions and the following disclaimer.
15ceb721fdScdi  * 2. Redistributions in binary form must reproduce the above copyright
16ceb721fdScdi  *    notice, this list of conditions and the following disclaimer in the
17ceb721fdScdi  *    documentation and/or other materials provided with the distribution.
18ceb721fdScdi  *
19ceb721fdScdi  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20ceb721fdScdi  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21ceb721fdScdi  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22ceb721fdScdi  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23ceb721fdScdi  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24ceb721fdScdi  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25ceb721fdScdi  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26ceb721fdScdi  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27ceb721fdScdi  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ceb721fdScdi  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29ceb721fdScdi  * POSSIBILITY OF SUCH DAMAGE.
30ceb721fdScdi  */
31ceb721fdScdi 
32ceb721fdScdi #include <machine/bootinfo.h>
33ceb721fdScdi 
3451b5e07bStsutsui char *bi_init(void);
3551b5e07bStsutsui void bi_add(void *, int, int);
36