param.h 225 B

123456789
  1. #ifndef _ASM_ALPHA_PARAM_H
  2. #define _ASM_ALPHA_PARAM_H
  3. #include <uapi/asm/param.h>
  4. #define HZ CONFIG_HZ
  5. #define USER_HZ HZ
  6. # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
  7. #endif /* _ASM_ALPHA_PARAM_H */