forgot a little thing
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@355 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,6 +86,10 @@ int timer_interrupt(void);
|
|||||||
int local_timer_cancel_event(timer *event);
|
int local_timer_cancel_event(timer *event);
|
||||||
int _local_timer_cancel_event(int curr_cpu, timer *event);
|
int _local_timer_cancel_event(int curr_cpu, timer *event);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif /* _KERNEL_TIMER_H */
|
#endif /* _KERNEL_TIMER_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user