11 lines
184 B
C
11 lines
184 B
C
/* ARM configuration file; HZ is 100 rather than the default 60 */
|
|
|
|
#ifndef _SYS_PARAM_H
|
|
# define _SYS_PARAM_H
|
|
|
|
# define HZ (100)
|
|
# define NOFILE (60)
|
|
# define PATHSIZE (1024)
|
|
|
|
#endif
|