Files
linux-apfs/include/asm-m68k/param.h
T

23 lines
443 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _M68K_PARAM_H
#define _M68K_PARAM_H
#ifdef __KERNEL__
2008-02-08 04:21:26 -08:00
# define HZ CONFIG_HZ /* Internal kernel timer frequency */
2005-04-16 15:20:36 -07:00
# define USER_HZ 100 /* .. some user interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
#endif
#ifndef HZ
#define HZ 100
#endif
#define EXEC_PAGESIZE 8192
#ifndef NOGROUP
#define NOGROUP (-1)
#endif
#define MAXHOSTNAMELEN 64 /* max length of hostname */
#endif /* _M68K_PARAM_H */