param_no.h 351 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#ifndef _M68KNOMMU_PARAM_H
#define _M68KNOMMU_PARAM_H

#ifdef __KERNEL__
5
#define HZ CONFIG_HZ
L
Linus Torvalds 已提交
6 7 8 9
#define	USER_HZ		HZ
#define	CLOCKS_PER_SEC	(USER_HZ)
#endif

10 11 12 13
#ifndef HZ
#define HZ	100
#endif

L
Linus Torvalds 已提交
14 15 16 17 18 19 20 21 22
#define EXEC_PAGESIZE	4096

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

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

#endif /* _M68KNOMMU_PARAM_H */