2 * Copyright 2007, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * François Revol <revol@free.fr>
8 * Copyright 2001, Travis Geiselbrecht. All rights reserved.
9 * Distributed under the terms of the NewOS License.
13 #include <boot/stage2.h>
18 #include <arch/timer.h>
19 #include <arch_platform.h>
23 arch_timer_set_hardware_timer(bigtime_t timeout
)
25 M68KPlatform::Default()->SetHardwareTimer(timeout
);
30 arch_timer_clear_hardware_timer()
32 M68KPlatform::Default()->ClearHardwareTimer();
37 arch_init_timer(kernel_args
*args
)
39 return M68KPlatform::Default()->InitTimer(args
);