162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __ASM_GENERIC_PARAM_H
362306a36Sopenharmony_ci#define __ASM_GENERIC_PARAM_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <uapi/asm-generic/param.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci# undef HZ
862306a36Sopenharmony_ci# define HZ		CONFIG_HZ	/* Internal kernel timer frequency */
962306a36Sopenharmony_ci# define USER_HZ	100		/* some user interfaces are */
1062306a36Sopenharmony_ci# define CLOCKS_PER_SEC	(USER_HZ)       /* in "ticks" like times() */
1162306a36Sopenharmony_ci#endif /* __ASM_GENERIC_PARAM_H */
12