linux-sg2042/arch/h8300/include/uapi/asm/param.h

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 */