#ifndef TIMERDEFS_H #define TIMERDEFS_H 1 void update_miscstats(); void init_miscstats(); LispPTR subr_gettime(LispPTR args[]); void subr_settime(LispPTR args[]); void subr_copytimestats(LispPTR args[]); LispPTR N_OP_rclk(LispPTR tos); void update_timer(); void int_io_open(int fd); void int_io_close(int fd); void int_block(); void int_unblock(); void int_timer_off(); void int_timer_on(); void panicuraid(int sig, int code, void *scp, void *addr); void int_init(); #endif