param.h 146 B

12345678
  1. /* ARM configuration file; HZ is 100 rather than the default 60 */
  2. #ifndef _MACHINE_PARAM_H
  3. # define _MACHINE_PARAM_H
  4. # define HZ (100)
  5. #endif