https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 29507404362743ca5122f9a2bc3cfed3f24ef20d authored by Jason Self on 11 June 2014, 19:12:08 UTC
Linux-libre 3.10.43-gnu
Tip revision: 2950740
param.h
#ifndef _ASM_ALPHA_PARAM_H
#define _ASM_ALPHA_PARAM_H

#include <uapi/asm/param.h>

#define HZ		CONFIG_HZ
#define USER_HZ		HZ
# define CLOCKS_PER_SEC	HZ	/* frequency at which times() counts */
#endif /* _ASM_ALPHA_PARAM_H */
back to top