1 /* $NetBSD: param.h,v 1.2 2003/04/28 23:16:18 bjh21 Exp $ */
3 /* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $ */
6 * Copyright (c) 1988-1994, The University of Utah and
7 * the Computer Systems Laboratory at the University of Utah (CSL).
10 * Permission to use, copy, modify and distribute this software is hereby
11 * granted provided that (1) source code retains these copyright, permission,
12 * and disclaimer notices, and (2) redistributions including binaries
13 * reproduce the notices in supporting documentation, and (3) all advertising
14 * materials mentioning features or use of this software display the following
15 * acknowledgement: ``This product includes software developed by the
16 * Computer Systems Laboratory at the University of Utah.''
18 * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
19 * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
20 * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
22 * CSL requests users of this software to return to csl-dist@cs.utah.edu any
23 * improvements that they make and grant CSL redistribution rights.
25 * Utah $Hdr: param.h 1.18 94/12/16$
28 #include <sys/featuretest.h>
30 #if defined(_NETBSD_SOURCE)
31 #include <machine/cpu.h>
35 * Machine dependent constants for PA-RISC.
38 #define _MACHINE hp700
39 #define MACHINE "hp700"
41 #include <hppa/param.h>