117706Sjulian/*	$NetBSD: param.h,v 1.1.2.1 2013/07/24 02:15:53 riastradh Exp $	*/
217706Sjulian
317706Sjulian/*-
417706Sjulian * Copyright (c) 2013 The NetBSD Foundation, Inc.
517706Sjulian * All rights reserved.
617706Sjulian *
717706Sjulian * This code is derived from software contributed to The NetBSD Foundation
817706Sjulian * by Taylor R. Campbell.
917706Sjulian *
1017706Sjulian * Redistribution and use in source and binary forms, with or without
1117706Sjulian * modification, are permitted provided that the following conditions
1217706Sjulian * are met:
13165967Simp * 1. Redistributions of source code must retain the above copyright
1417706Sjulian *    notice, this list of conditions and the following disclaimer.
1517706Sjulian * 2. Redistributions in binary form must reproduce the above copyright
1617706Sjulian *    notice, this list of conditions and the following disclaimer in the
1717706Sjulian *    documentation and/or other materials provided with the distribution.
1817706Sjulian *
1917706Sjulian * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2049439Sdeischen * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2117706Sjulian * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2217706Sjulian * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2317706Sjulian * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2417706Sjulian * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2517706Sjulian * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2617706Sjulian * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2717706Sjulian * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2817706Sjulian * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2950476Speter * POSSIBILITY OF SUCH DAMAGE.
3017706Sjulian */
3117706Sjulian
3297204Sdeischen#ifndef _ASM_PARAM_H_
3317706Sjulian#define _ASM_PARAM_H_
34156611Sdeischen
35156611Sdeischen#include <sys/param.h>
36156611Sdeischen#include <sys/kernel.h>
37156611Sdeischen
38156611Sdeischen/* XXX Urk...  */
3975369Sdeischen#define	HZ	hz
4071581Sdeischen
4171581Sdeischen#endif  /* _ASM_PARAM_H_ */
4217706Sjulian