param.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

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)