summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/uapi/asm/param.h
blob: 3dd18ae15f03ec850b9369d22a208c8874e1514b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _UAPI_H8300_PARAM_H
#define _UAPI_H8300_PARAM_H

#ifndef __KERNEL__
#define HZ		100
#endif

#define EXEC_PAGESIZE	4096

#ifndef NOGROUP
#define NOGROUP		(-1)
#endif

#define MAXHOSTNAMELEN	64	/* max length of hostname */

#endif /* _UAPI_H8300_PARAM_H */