param.h 754 B

123456789101112131415161718192021222324252627
  1. /* linux/include/asm-arm/arch-s3c2410/param.h
  2. *
  3. * (c) 2003 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. *
  6. * S3C2410 - Machine parameters
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. *
  12. * Changelog:
  13. * 02-Sep-2003 BJD Created file
  14. * 12-Mar-2004 BJD Added include protection
  15. */
  16. #ifndef __ASM_ARCH_PARAM_H
  17. #define __ASM_ARCH_PARAM_H
  18. /* we cannot get our timer down to 100Hz with the setup as is, but we can
  19. * manage 200 clock ticks per second... if this is a problem, we can always
  20. * add a software pre-scaler to the evil timer systems.
  21. */
  22. #define HZ 200
  23. #endif /* __ASM_ARCH_PARAM_H */