Welcome to mirror list, hosted at ThFree Co, Russian Federation.

param.h « asm « uapi « include « h8300 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 */