/* Add HZ define if missing */

#ifndef HZ
#define HZ 100			/* System clock */
#endif