blob: 04e715bcccebdd5f6140973c8bcdfab81d1ea68e [file] [log] [blame]
Arnd Bergmann6103ec52009-05-13 22:56:27 +00001#ifndef __ASM_GENERIC_PARAM_H
2#define __ASM_GENERIC_PARAM_H
3
David Howells8a1ab312012-10-04 18:20:15 +01004#include <uapi/asm-generic/param.h>
Arnd Bergmann6103ec52009-05-13 22:56:27 +00005
David Howells3d7f1dc2011-12-13 09:26:45 +00006# undef HZ
7# define HZ CONFIG_HZ /* Internal kernel timer frequency */
8# define USER_HZ 100 /* some user interfaces are */
9# define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */
Arnd Bergmann6103ec52009-05-13 22:56:27 +000010#endif /* __ASM_GENERIC_PARAM_H */