param.h 328 B

12345678910
  1. #ifndef __ASM_GENERIC_PARAM_H
  2. #define __ASM_GENERIC_PARAM_H
  3. #include <uapi/asm-generic/param.h>
  4. # undef HZ
  5. # define HZ CONFIG_HZ /* Internal kernel timer frequency */
  6. # define USER_HZ 100 /* some user interfaces are */
  7. # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
  8. #endif /* __ASM_GENERIC_PARAM_H */