xref: /netbsd-src/sys/arch/sandpoint/include/openpicreg.h (revision 17c789b4ca378612a364af5f4594a3beb83aa3dc)
1*17c789b4Snisimura /*	$NetBSD: openpicreg.h,v 1.5 2009/08/19 06:28:06 nisimura Exp $	*/
2c8ef73b7Sbriggs 
3c8ef73b7Sbriggs /*
4c8ef73b7Sbriggs  * Copyright 2001 Wasabi Systems, Inc.
5c8ef73b7Sbriggs  * All rights reserved.
6c8ef73b7Sbriggs  *
7c8ef73b7Sbriggs  * Written by Allen Briggs for Wasabi Systems, Inc.
8c8ef73b7Sbriggs  *
9c8ef73b7Sbriggs  * Redistribution and use in source and binary forms, with or without
10c8ef73b7Sbriggs  * modification, are permitted provided that the following conditions
11c8ef73b7Sbriggs  * are met:
12c8ef73b7Sbriggs  * 1. Redistributions of source code must retain the above copyright
13c8ef73b7Sbriggs  *    notice, this list of conditions and the following disclaimer.
14c8ef73b7Sbriggs  * 2. Redistributions in binary form must reproduce the above copyright
15c8ef73b7Sbriggs  *    notice, this list of conditions and the following disclaimer in the
16c8ef73b7Sbriggs  *    documentation and/or other materials provided with the distribution.
17c8ef73b7Sbriggs  * 3. All advertising materials mentioning features or use of this software
18c8ef73b7Sbriggs  *    must display the following acknowledgement:
19c8ef73b7Sbriggs  *      This product includes software developed for the NetBSD Project by
20c8ef73b7Sbriggs  *      Wasabi Systems, Inc.
21c8ef73b7Sbriggs  * 4. The name of Wasabi Systems, Inc. may not be used to endorse
22c8ef73b7Sbriggs  *    or promote products derived from this software without specific prior
23c8ef73b7Sbriggs  *    written permission.
24c8ef73b7Sbriggs  *
25c8ef73b7Sbriggs  * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
26c8ef73b7Sbriggs  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27c8ef73b7Sbriggs  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28c8ef73b7Sbriggs  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
29c8ef73b7Sbriggs  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30c8ef73b7Sbriggs  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31c8ef73b7Sbriggs  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32c8ef73b7Sbriggs  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33c8ef73b7Sbriggs  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34c8ef73b7Sbriggs  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35c8ef73b7Sbriggs  * POSSIBILITY OF SUCH DAMAGE.
36c8ef73b7Sbriggs  */
37c8ef73b7Sbriggs 
38c8ef73b7Sbriggs #include <powerpc/openpicreg.h>
39