xref: /netbsd-src/sys/arch/dreamcast/include/param.h (revision 95e1ffb15694e54f29f8baaa4232152b703c2a5a)
1*95e1ffb1Schristos /*	$NetBSD: param.h,v 1.7 2005/12/11 12:17:06 christos Exp $	*/
283334549Smarcus 
383334549Smarcus /*-
483334549Smarcus  * Copyright (c) 1990 The Regents of the University of California.
583334549Smarcus  * All rights reserved.
683334549Smarcus  *
783334549Smarcus  * This code is derived from software contributed to Berkeley by
883334549Smarcus  * William Jolitz.
983334549Smarcus  *
1083334549Smarcus  * Redistribution and use in source and binary forms, with or without
1183334549Smarcus  * modification, are permitted provided that the following conditions
1283334549Smarcus  * are met:
1383334549Smarcus  * 1. Redistributions of source code must retain the above copyright
1483334549Smarcus  *    notice, this list of conditions and the following disclaimer.
1583334549Smarcus  * 2. Redistributions in binary form must reproduce the above copyright
1683334549Smarcus  *    notice, this list of conditions and the following disclaimer in the
1783334549Smarcus  *    documentation and/or other materials provided with the distribution.
18aad01611Sagc  * 3. Neither the name of the University nor the names of its contributors
1983334549Smarcus  *    may be used to endorse or promote products derived from this software
2083334549Smarcus  *    without specific prior written permission.
2183334549Smarcus  *
2283334549Smarcus  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
2383334549Smarcus  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2483334549Smarcus  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2583334549Smarcus  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2683334549Smarcus  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2783334549Smarcus  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2883334549Smarcus  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2983334549Smarcus  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3083334549Smarcus  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3183334549Smarcus  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3283334549Smarcus  * SUCH DAMAGE.
3383334549Smarcus  *
3483334549Smarcus  *	@(#)param.h	5.8 (Berkeley) 6/28/91
3583334549Smarcus  */
3683334549Smarcus 
3783334549Smarcus /*
38f9201a16Such  * Machine dependent constants for dreamcast
3983334549Smarcus  */
4083334549Smarcus 
4183334549Smarcus #ifndef _DREAMCAST_PARAM_H_
4283334549Smarcus #define _DREAMCAST_PARAM_H_
4383334549Smarcus 
44f9201a16Such #include <sh3/param.h>
4583334549Smarcus 
461e7e3274Sitojun #define	_MACHINE_ARCH	sh3el
471e7e3274Sitojun #define	MACHINE_ARCH	"sh3el"
4810e1d309Sitojun 
4983334549Smarcus #define	_MACHINE	dreamcast
5083334549Smarcus #define	MACHINE		"dreamcast"
5183334549Smarcus 
5283334549Smarcus #define	MID_MACHINE	MID_SH3
5383334549Smarcus 
5483334549Smarcus #endif /* _DREAMCAST_PARAM_H_ */
55