param.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-shark/param.h
  3.  *
  4.  * by Alexander Schulz
  5.  */
  6. /* This must be a power of 2 because the RTC
  7.  * can't use anything else.
  8.  */
  9. #define HZ 64
  10. #define hz_to_std(a) ((a * HZ)/100)