mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
17 lines
263 B
C
17 lines
263 B
C
|
#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 */
|