blob: 8d3009dd28ff2fa1dc535593cd6783ea4199874d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnd Bergmann6103ec52009-05-13 22:56:27 +00002#ifndef __ASM_GENERIC_PARAM_H
3#define __ASM_GENERIC_PARAM_H
4
David Howells8a1ab312012-10-04 18:20:15 +01005#include <uapi/asm-generic/param.h>
Arnd Bergmann6103ec52009-05-13 22:56:27 +00006
David Howells3d7f1dc2011-12-13 09:26:45 +00007# undef HZ
8# define HZ CONFIG_HZ /* Internal kernel timer frequency */
9# define USER_HZ 100 /* some user interfaces are */
10# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
Arnd Bergmann6103ec52009-05-13 22:56:27 +000011#endif /* __ASM_GENERIC_PARAM_H */