~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-sh/param.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #ifndef __ASM_SH_PARAM_H
  2 #define __ASM_SH_PARAM_H
  3 
  4 #ifndef HZ
  5 #define HZ 100
  6 #endif
  7 
  8 #define EXEC_PAGESIZE   4096
  9 
 10 #ifndef NGROUPS
 11 #define NGROUPS         32
 12 #endif
 13 
 14 #ifndef NOGROUP
 15 #define NOGROUP         (-1)
 16 #endif
 17 
 18 #define MAXHOSTNAMELEN  64      /* max length of hostname */
 19 
 20 #ifdef __KERNEL__
 21 #define CLOCKS_PER_SEC  HZ      /* frequency at which times() counts */
 22 #endif
 23 
 24 #endif /* __ASM_SH_PARAM_H */
 25 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.