xref: /netbsd-src/sys/arch/cobalt/stand/boot/common.h (revision 3c550524b5d0d686ed42720a7ec49644f5bf5930)
1*3c550524Sjoerg /*	$NetBSD: common.h,v 1.3 2011/01/22 19:19:16 joerg Exp $	*/
22b74542aScdi 
32b74542aScdi /*-
42b74542aScdi  * Copyright (c) 2003 The NetBSD Foundation, Inc.
52b74542aScdi  * All rights reserved.
62b74542aScdi  *
72b74542aScdi  * This code is derived from software contributed to The NetBSD Foundation
82b74542aScdi  * by Jonathan Stone, Michael Hitch and Simon Burge.
92b74542aScdi  *
102b74542aScdi  * Redistribution and use in source and binary forms, with or without
112b74542aScdi  * modification, are permitted provided that the following conditions
122b74542aScdi  * are met:
132b74542aScdi  * 1. Redistributions of source code must retain the above copyright
142b74542aScdi  *    notice, this list of conditions and the following disclaimer.
152b74542aScdi  * 2. Redistributions in binary form must reproduce the above copyright
162b74542aScdi  *    notice, this list of conditions and the following disclaimer in the
172b74542aScdi  *    documentation and/or other materials provided with the distribution.
182b74542aScdi  *
192b74542aScdi  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
202b74542aScdi  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
212b74542aScdi  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
222b74542aScdi  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
232b74542aScdi  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
242b74542aScdi  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
252b74542aScdi  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
262b74542aScdi  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
272b74542aScdi  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
282b74542aScdi  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
292b74542aScdi  * POSSIBILITY OF SUCH DAMAGE.
302b74542aScdi  */
312b74542aScdi 
322b74542aScdi /*
332b74542aScdi  * vers.c (generated by newvers.sh)
342b74542aScdi  */
352b74542aScdi extern const char bootprog_rev[];
362b74542aScdi extern const char bootprog_name[];
37