common.h revision 1.1
11.1Scdi/*	$NetBSD: common.h,v 1.1 2003/06/25 17:24:22 cdi Exp $	*/
21.1Scdi
31.1Scdi/*-
41.1Scdi * Copyright (c) 2003 The NetBSD Foundation, Inc.
51.1Scdi * All rights reserved.
61.1Scdi *
71.1Scdi * This code is derived from software contributed to The NetBSD Foundation
81.1Scdi * by Jonathan Stone, Michael Hitch and Simon Burge.
91.1Scdi *
101.1Scdi * Redistribution and use in source and binary forms, with or without
111.1Scdi * modification, are permitted provided that the following conditions
121.1Scdi * are met:
131.1Scdi * 1. Redistributions of source code must retain the above copyright
141.1Scdi *    notice, this list of conditions and the following disclaimer.
151.1Scdi * 2. Redistributions in binary form must reproduce the above copyright
161.1Scdi *    notice, this list of conditions and the following disclaimer in the
171.1Scdi *    documentation and/or other materials provided with the distribution.
181.1Scdi * 3. All advertising materials mentioning features or use of this software
191.1Scdi *    must display the following acknowledgement:
201.1Scdi *        This product includes software developed by the NetBSD
211.1Scdi *        Foundation, Inc. and its contributors.
221.1Scdi * 4. Neither the name of The NetBSD Foundation nor the names of its
231.1Scdi *    contributors may be used to endorse or promote products derived
241.1Scdi *    from this software without specific prior written permission.
251.1Scdi *
261.1Scdi * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
271.1Scdi * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
281.1Scdi * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
291.1Scdi * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
301.1Scdi * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
311.1Scdi * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
321.1Scdi * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
331.1Scdi * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
341.1Scdi * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
351.1Scdi * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
361.1Scdi * POSSIBILITY OF SUCH DAMAGE.
371.1Scdi */
381.1Scdi
391.1Scdi/*
401.1Scdi * vers.c (generated by newvers.sh)
411.1Scdi */
421.1Scdiextern const char bootprog_rev[];
431.1Scdiextern const char bootprog_name[];
441.1Scdiextern const char bootprog_date[];
451.1Scdiextern const char bootprog_maker[];
46