URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [arm/] [sys/] [param.h] - Rev 39
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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
Go to most recent revision | Compare with Previous | Blame | View Log