11.3Sjoerg/*	$NetBSD: common.h,v 1.3 2011/01/22 19:19:16 joerg 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 *
191.1Scdi * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
201.1Scdi * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
211.1Scdi * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
221.1Scdi * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
231.1Scdi * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
241.1Scdi * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251.1Scdi * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
261.1Scdi * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
271.1Scdi * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
281.1Scdi * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
291.1Scdi * POSSIBILITY OF SUCH DAMAGE.
301.1Scdi */
311.1Scdi
321.1Scdi/*
331.1Scdi * vers.c (generated by newvers.sh)
341.1Scdi */
351.1Scdiextern const char bootprog_rev[];
361.1Scdiextern const char bootprog_name[];
37