URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-sparc/] [param.h] - Rev 1765
Compare with Previous | Blame | View Log
/* $Id: param.h,v 1.1 2005-12-20 11:32:11 jcastillo Exp $ */ #ifndef _ASMSPARC_PARAM_H #define _ASMSPARC_PARAM_H #ifndef HZ #define HZ 100 #endif #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */ #ifndef NGROUPS #define NGROUPS 32 #endif #ifndef NOGROUP #define NOGROUP (-1) #endif #define MAXHOSTNAMELEN 64 /* max length of hostname */ #endif