xref: /netbsd/sys/arch/hpcarm/include/param.h (revision cd98cbf7)
1*cd98cbf7Sthorpej /*	$NetBSD: param.h,v 1.5 2002/02/12 06:58:20 thorpej Exp $	*/
2c98cd6c0Sichiro 
37127877cSreinoud /*
47127877cSreinoud  * Copyright (c) 1994,1995 Mark Brinicombe.
57127877cSreinoud  * All rights reserved.
67127877cSreinoud  *
77127877cSreinoud  * Redistribution and use in source and binary forms, with or without
87127877cSreinoud  * modification, are permitted provided that the following conditions
97127877cSreinoud  * are met:
107127877cSreinoud  * 1. Redistributions of source code must retain the above copyright
117127877cSreinoud  *    notice, this list of conditions and the following disclaimer.
127127877cSreinoud  * 2. Redistributions in binary form must reproduce the above copyright
137127877cSreinoud  *    notice, this list of conditions and the following disclaimer in the
147127877cSreinoud  *    documentation and/or other materials provided with the distribution.
157127877cSreinoud  * 3. All advertising materials mentioning features or use of this software
167127877cSreinoud  *    must display the following acknowledgement:
177127877cSreinoud  *	This product includes software developed by the RiscBSD team.
187127877cSreinoud  * 4. The name "RiscBSD" nor the name of the author may be used to
197127877cSreinoud  *    endorse or promote products derived from this software without specific
207127877cSreinoud  *    prior written permission.
217127877cSreinoud  *
227127877cSreinoud  * THIS SOFTWARE IS PROVIDED BY RISCBSD ``AS IS'' AND ANY EXPRESS OR IMPLIED
237127877cSreinoud  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
247127877cSreinoud  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
257127877cSreinoud  * IN NO EVENT SHALL RISCBSD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
267127877cSreinoud  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
277127877cSreinoud  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
287127877cSreinoud  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
297127877cSreinoud  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
307127877cSreinoud  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
317127877cSreinoud  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
327127877cSreinoud  * SUCH DAMAGE.
337127877cSreinoud  */
347127877cSreinoud 
3593c0e77bSmatt #ifndef	_HPCARM_PARAM_H_
3693c0e77bSmatt #define	_HPCARM_PARAM_H_
377127877cSreinoud 
387127877cSreinoud /*
397127877cSreinoud  * Machine dependent constants for ARM6+ processors
407127877cSreinoud  */
417127877cSreinoud 
427127877cSreinoud #define	_MACHINE	hpcarm
437127877cSreinoud #define	MACHINE		"hpcarm"
447127877cSreinoud 
4593c0e77bSmatt #include <arm/arm32/param.h>
467127877cSreinoud 
4793c0e77bSmatt #endif	/* _HPCARM_PARAM_H_ */
48