11#ifndef __TIMER_ALARM_H__
12#define __TIMER_ALARM_H__
21extern u64 AlarmHandler(s32 alarm_id, u64 scheduled_time, u64 actual_time,
void *arg,
void *last_pc);
22extern s32 iSetTimerAlarm(u64 clock_cycles, timer_alarm_handler_t callback_handler,
void *arg);
23extern s32 SetTimerAlarm(u64 clock_cycles, timer_alarm_handler_t callback_handler,
void *arg);
24extern s32 iReleaseTimerAlarm(s32
id);
25extern s32 ReleaseTimerAlarm(s32
id);