18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __ASM_GENERIC_PARAM_H 38c2ecf20Sopenharmony_ci#define __ASM_GENERIC_PARAM_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <uapi/asm-generic/param.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci# undef HZ 88c2ecf20Sopenharmony_ci# define HZ CONFIG_HZ /* Internal kernel timer frequency */ 98c2ecf20Sopenharmony_ci# define USER_HZ 100 /* some user interfaces are */ 108c2ecf20Sopenharmony_ci# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ 118c2ecf20Sopenharmony_ci#endif /* __ASM_GENERIC_PARAM_H */ 12