1*81c6d35eSthorpej /* $NetBSD: param.h,v 1.6 2003/01/03 02:40:57 thorpej Exp $ */ 27d4a1addSreinoud 37d4a1addSreinoud /* 47d4a1addSreinoud * Copyright (c) 1994,1995 Mark Brinicombe. 57d4a1addSreinoud * All rights reserved. 67d4a1addSreinoud * 77d4a1addSreinoud * Redistribution and use in source and binary forms, with or without 87d4a1addSreinoud * modification, are permitted provided that the following conditions 97d4a1addSreinoud * are met: 107d4a1addSreinoud * 1. Redistributions of source code must retain the above copyright 117d4a1addSreinoud * notice, this list of conditions and the following disclaimer. 127d4a1addSreinoud * 2. Redistributions in binary form must reproduce the above copyright 137d4a1addSreinoud * notice, this list of conditions and the following disclaimer in the 147d4a1addSreinoud * documentation and/or other materials provided with the distribution. 157d4a1addSreinoud * 3. All advertising materials mentioning features or use of this software 167d4a1addSreinoud * must display the following acknowledgement: 177d4a1addSreinoud * This product includes software developed by the RiscBSD team. 187d4a1addSreinoud * 4. The name "RiscBSD" nor the name of the author may be used to 197d4a1addSreinoud * endorse or promote products derived from this software without specific 207d4a1addSreinoud * prior written permission. 217d4a1addSreinoud * 227d4a1addSreinoud * THIS SOFTWARE IS PROVIDED BY RISCBSD ``AS IS'' AND ANY EXPRESS OR IMPLIED 237d4a1addSreinoud * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 247d4a1addSreinoud * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 257d4a1addSreinoud * IN NO EVENT SHALL RISCBSD OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 267d4a1addSreinoud * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 277d4a1addSreinoud * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 287d4a1addSreinoud * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 297d4a1addSreinoud * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 307d4a1addSreinoud * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 317d4a1addSreinoud * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 327d4a1addSreinoud * SUCH DAMAGE. 337d4a1addSreinoud */ 347d4a1addSreinoud 350d20115dSbjh21 #ifndef _ACORN32_PARAM_H_ 360d20115dSbjh21 #define _ACORN32_PARAM_H_ 377d4a1addSreinoud 387d4a1addSreinoud /* 397d4a1addSreinoud * Machine dependent constants for ARM6+ processors 407d4a1addSreinoud */ 417d4a1addSreinoud 427d4a1addSreinoud #define _MACHINE acorn32 437d4a1addSreinoud #define MACHINE "acorn32" 447d4a1addSreinoud 457d4a1addSreinoud #include <arm/arm32/param.h> 467d4a1addSreinoud 470d20115dSbjh21 #endif /* _ACORN32_PARAM_H_ */ 48