1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_GENERIC_PARAM_H 3 #define __ASM_GENERIC_PARAM_H 4 5 #include <uapi/asm-generic/param.h> 6 7 # undef HZ 8 # define HZ CONFIG_HZ /* Int 9 # define USER_HZ 100 /* som 10 # define CLOCKS_PER_SEC (USER_HZ) /* in 11 #endif /* __ASM_GENERIC_PARAM_H */ 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.