mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 05:56:41 +07: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 */
|