xref: /netbsd/sys/arch/hpcsh/include/param.h (revision f9201a16)
1*f9201a16Such /*	$NetBSD: param.h,v 1.5 2002/03/10 07:45:31 uch Exp $	*/
2ef1a3ce5Sitojun 
3ef1a3ce5Sitojun /*-
4ef1a3ce5Sitojun  * Copyright (c) 1990 The Regents of the University of California.
5ef1a3ce5Sitojun  * All rights reserved.
6ef1a3ce5Sitojun  *
7ef1a3ce5Sitojun  * This code is derived from software contributed to Berkeley by
8ef1a3ce5Sitojun  * William Jolitz.
9ef1a3ce5Sitojun  *
10ef1a3ce5Sitojun  * Redistribution and use in source and binary forms, with or without
11ef1a3ce5Sitojun  * modification, are permitted provided that the following conditions
12ef1a3ce5Sitojun  * are met:
13ef1a3ce5Sitojun  * 1. Redistributions of source code must retain the above copyright
14ef1a3ce5Sitojun  *    notice, this list of conditions and the following disclaimer.
15ef1a3ce5Sitojun  * 2. Redistributions in binary form must reproduce the above copyright
16ef1a3ce5Sitojun  *    notice, this list of conditions and the following disclaimer in the
17ef1a3ce5Sitojun  *    documentation and/or other materials provided with the distribution.
18ef1a3ce5Sitojun  * 3. All advertising materials mentioning features or use of this software
19ef1a3ce5Sitojun  *    must display the following acknowledgement:
20ef1a3ce5Sitojun  *	This product includes software developed by the University of
21ef1a3ce5Sitojun  *	California, Berkeley and its contributors.
22ef1a3ce5Sitojun  * 4. Neither the name of the University nor the names of its contributors
23ef1a3ce5Sitojun  *    may be used to endorse or promote products derived from this software
24ef1a3ce5Sitojun  *    without specific prior written permission.
25ef1a3ce5Sitojun  *
26ef1a3ce5Sitojun  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
27ef1a3ce5Sitojun  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28ef1a3ce5Sitojun  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29ef1a3ce5Sitojun  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
30ef1a3ce5Sitojun  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31ef1a3ce5Sitojun  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32ef1a3ce5Sitojun  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33ef1a3ce5Sitojun  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34ef1a3ce5Sitojun  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35ef1a3ce5Sitojun  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36ef1a3ce5Sitojun  * SUCH DAMAGE.
37ef1a3ce5Sitojun  *
38ef1a3ce5Sitojun  *	@(#)param.h	5.8 (Berkeley) 6/28/91
39ef1a3ce5Sitojun  */
40ef1a3ce5Sitojun 
41ef1a3ce5Sitojun /*
42d6c81cbeSuch  * Machine dependent constants for hpcsh
43ef1a3ce5Sitojun  */
44ef1a3ce5Sitojun 
452f13dfd8Such #ifndef _HPCSH_PARAM_H_
462f13dfd8Such #define _HPCSH_PARAM_H_
47ef1a3ce5Sitojun 
48*f9201a16Such #include <sh3/param.h>
49ef1a3ce5Sitojun 
50ef1a3ce5Sitojun #define	_MACHINE_ARCH	sh3el
51ef1a3ce5Sitojun #define	MACHINE_ARCH	"sh3el"
52ef1a3ce5Sitojun 
53ef1a3ce5Sitojun #define	_MACHINE	hpcsh
54ef1a3ce5Sitojun #define	MACHINE		"hpcsh"
55ef1a3ce5Sitojun 
56ef1a3ce5Sitojun #define	MID_MACHINE	MID_SH3
57ef1a3ce5Sitojun 
582f13dfd8Such #endif /* _HPCSH_PARAM_H_ */
59