xref: /netbsd/sys/arch/hpcsh/include/param.h (revision 95e1ffb1)
1*95e1ffb1Schristos /*	$NetBSD: param.h,v 1.7 2005/12/11 12:17:36 christos 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.
18aad01611Sagc  * 3. Neither the name of the University nor the names of its contributors
19ef1a3ce5Sitojun  *    may be used to endorse or promote products derived from this software
20ef1a3ce5Sitojun  *    without specific prior written permission.
21ef1a3ce5Sitojun  *
22ef1a3ce5Sitojun  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23ef1a3ce5Sitojun  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24ef1a3ce5Sitojun  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25ef1a3ce5Sitojun  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26ef1a3ce5Sitojun  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27ef1a3ce5Sitojun  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28ef1a3ce5Sitojun  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29ef1a3ce5Sitojun  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30ef1a3ce5Sitojun  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31ef1a3ce5Sitojun  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32ef1a3ce5Sitojun  * SUCH DAMAGE.
33ef1a3ce5Sitojun  *
34ef1a3ce5Sitojun  *	@(#)param.h	5.8 (Berkeley) 6/28/91
35ef1a3ce5Sitojun  */
36ef1a3ce5Sitojun 
37ef1a3ce5Sitojun /*
38d6c81cbeSuch  * Machine dependent constants for hpcsh
39ef1a3ce5Sitojun  */
40ef1a3ce5Sitojun 
412f13dfd8Such #ifndef _HPCSH_PARAM_H_
422f13dfd8Such #define _HPCSH_PARAM_H_
43ef1a3ce5Sitojun 
44f9201a16Such #include <sh3/param.h>
45ef1a3ce5Sitojun 
46ef1a3ce5Sitojun #define	_MACHINE_ARCH	sh3el
47ef1a3ce5Sitojun #define	MACHINE_ARCH	"sh3el"
48ef1a3ce5Sitojun 
49ef1a3ce5Sitojun #define	_MACHINE	hpcsh
50ef1a3ce5Sitojun #define	MACHINE		"hpcsh"
51ef1a3ce5Sitojun 
52ef1a3ce5Sitojun #define	MID_MACHINE	MID_SH3
53ef1a3ce5Sitojun 
542f13dfd8Such #endif /* _HPCSH_PARAM_H_ */
55