URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-alpha/] [param.h] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ASM_ALPHA_PARAM_H #define _ASM_ALPHA_PARAM_H #ifndef HZ # define HZ 1024 #endif #define EXEC_PAGESIZE 8192 #ifndef NGROUPS #define NGROUPS 32 #endif #ifndef NOGROUP #define NOGROUP (-1) #endif #define MAXHOSTNAMELEN 64 /* max length of hostname */ #endif /* _ASM_ALPHA_PARAM_H */
Go to most recent revision | Compare with Previous | Blame | View Log