blob: bf46af51941b058ad6b0de0df4156f796bbb5897 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_ALPHA_PARAM_H
2#define _ASM_ALPHA_PARAM_H
3
David Howells96433f6e2012-12-17 13:47:09 +00004#include <uapi/asm/param.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
H. Peter Anvinbdc80782008-02-08 04:21:26 -08006#define HZ CONFIG_HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#define USER_HZ HZ
Linus Torvalds1da177e2005-04-16 15:20:36 -07008# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#endif /* _ASM_ALPHA_PARAM_H */