1*179b37abSmatt /* $NetBSD: param.h,v 1.4 2011/06/20 06:29:53 matt Exp $ */ 24c447e53Sscw 34c447e53Sscw /*- 44c447e53Sscw * Copyright (C) 1995, 1996 Wolfgang Solfrank. 54c447e53Sscw * Copyright (C) 1995, 1996 TooLs GmbH. 64c447e53Sscw * All rights reserved. 74c447e53Sscw * 84c447e53Sscw * Redistribution and use in source and binary forms, with or without 94c447e53Sscw * modification, are permitted provided that the following conditions 104c447e53Sscw * are met: 114c447e53Sscw * 1. Redistributions of source code must retain the above copyright 124c447e53Sscw * notice, this list of conditions and the following disclaimer. 134c447e53Sscw * 2. Redistributions in binary form must reproduce the above copyright 144c447e53Sscw * notice, this list of conditions and the following disclaimer in the 154c447e53Sscw * documentation and/or other materials provided with the distribution. 164c447e53Sscw * 3. All advertising materials mentioning features or use of this software 174c447e53Sscw * must display the following acknowledgement: 184c447e53Sscw * This product includes software developed by TooLs GmbH. 194c447e53Sscw * 4. The name of TooLs GmbH may not be used to endorse or promote products 204c447e53Sscw * derived from this software without specific prior written permission. 214c447e53Sscw * 224c447e53Sscw * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR 234c447e53Sscw * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 244c447e53Sscw * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 254c447e53Sscw * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 264c447e53Sscw * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 274c447e53Sscw * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 284c447e53Sscw * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 294c447e53Sscw * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 304c447e53Sscw * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 314c447e53Sscw * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 324c447e53Sscw */ 334c447e53Sscw 34*179b37abSmatt #if defined(_KERNEL) && !defined(_MODULE) 354c447e53Sscw /* 364c447e53Sscw * Machine dependent constants for PowerPC (32-bit only currently) 374c447e53Sscw */ 384c447e53Sscw #define MACHINE "mvmeppc" 394c447e53Sscw #define KERNBASE 0x4000 404c447e53Sscw 41*179b37abSmatt #endif /* _KERNEL && !_MODULE */ 42*179b37abSmatt 434c447e53Sscw #include <powerpc/param.h> 444c447e53Sscw 45