xref: /netbsd-src/sys/arch/alpha/include/vuid_event.h (revision 4493c76313935f00ba78d60da36848378e6051da)
1*4493c763She /* $NetBSD: vuid_event.h,v 1.6 2006/08/28 16:41:04 he Exp $ */
20e6af1abScgd 
30e6af1abScgd /*
40e6af1abScgd  * Copyright (c) 1992, 1993
50e6af1abScgd  *	The Regents of the University of California.  All rights reserved.
60e6af1abScgd  *
70e6af1abScgd  * This software was developed by the Computer Systems Engineering group
80e6af1abScgd  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
90e6af1abScgd  * contributed to Berkeley.
100e6af1abScgd  *
110e6af1abScgd  * All advertising materials mentioning features or use of this software
120e6af1abScgd  * must display the following acknowledgement:
130e6af1abScgd  *	This product includes software developed by the University of
140e6af1abScgd  *	California, Lawrence Berkeley Laboratory.
150e6af1abScgd  *
160e6af1abScgd  * Redistribution and use in source and binary forms, with or without
170e6af1abScgd  * modification, are permitted provided that the following conditions
180e6af1abScgd  * are met:
190e6af1abScgd  * 1. Redistributions of source code must retain the above copyright
200e6af1abScgd  *    notice, this list of conditions and the following disclaimer.
210e6af1abScgd  * 2. Redistributions in binary form must reproduce the above copyright
220e6af1abScgd  *    notice, this list of conditions and the following disclaimer in the
230e6af1abScgd  *    documentation and/or other materials provided with the distribution.
24aad01611Sagc  * 3. Neither the name of the University nor the names of its contributors
250e6af1abScgd  *    may be used to endorse or promote products derived from this software
260e6af1abScgd  *    without specific prior written permission.
270e6af1abScgd  *
280e6af1abScgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
290e6af1abScgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
300e6af1abScgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
310e6af1abScgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
320e6af1abScgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
330e6af1abScgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
340e6af1abScgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
350e6af1abScgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
360e6af1abScgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
370e6af1abScgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
380e6af1abScgd  * SUCH DAMAGE.
390e6af1abScgd  *
400e6af1abScgd  *	@(#)vuid_event.h	8.1 (Berkeley) 6/11/93
410e6af1abScgd  */
420e6af1abScgd 
4368851c23Sfair #ifndef _ALPHA_VUID_EVENT_H_
4468851c23Sfair #define _ALPHA_VUID_EVENT_H_
450e6af1abScgd 
46*4493c763She #include <dev/sun/vuid_event.h>
4768851c23Sfair 
4868851c23Sfair #endif /* _ALPHA_VUID_EVENT_H_ */
49