home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-h8300 / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  319 b   |  23 lines

  1. #ifndef _H8300_PARAM_H
  2. #define _H8300_PARAM_H
  3.  
  4.  
  5. #ifndef HZ
  6. #define HZ 100
  7. #endif
  8.  
  9. #ifdef __KERNEL__
  10. #define    USER_HZ        HZ
  11. #define    CLOCKS_PER_SEC    (USER_HZ)
  12. #endif
  13.  
  14. #define EXEC_PAGESIZE    4096
  15.  
  16. #ifndef NOGROUP
  17. #define NOGROUP        (-1)
  18. #endif
  19.  
  20. #define MAXHOSTNAMELEN    64    /* max length of hostname */
  21.  
  22. #endif /* _H8300_PARAM_H */
  23.