1 #ifndef __ASM_SH_PARAM_H
2 #define __ASM_SH_PARAM_H
6 # define HZ 1000 /* Needed for high-res WOVF */
10 # define USER_HZ 100 /* User interfaces are in "ticks" */
11 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
18 #define EXEC_PAGESIZE 4096
24 #define MAXHOSTNAMELEN 64 /* max length of hostname */
26 #endif /* __ASM_SH_PARAM_H */