1#ifndef _UAPI_ASM_ALPHA_PARAM_H
2#define _UAPI_ASM_ALPHA_PARAM_H
3
4#define HZ		1024
5
6#define EXEC_PAGESIZE	8192
7
8#ifndef NOGROUP
9#define NOGROUP		(-1)
10#endif
11
12#define MAXHOSTNAMELEN	64	/* max length of hostname */
13
14#endif /* _UAPI_ASM_ALPHA_PARAM_H */
15