Make UEFI boot-platform build again
[haiku.git] / headers / private / kernel / arch / timer.h
blob1ae0b34ea2e3a5d933e8aba6dc8f14bba2236055
1 /*
2 ** Copyright 2004, The OpenBeOS Team. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef KERNEL_ARCH_TIMER_H
6 #define KERNEL_ARCH_TIMER_H
8 #include <SupportDefs.h>
10 struct kernel_args;
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
16 extern void arch_timer_set_hardware_timer(bigtime_t timeout);
17 extern void arch_timer_clear_hardware_timer(void);
18 extern int arch_init_timer(struct kernel_args *args);
20 #ifdef __cplusplus
22 #endif
24 #endif /* KERNEL_ARCH_TIMER_H */