btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / system / kernel / arch / x86 / timers / apic_timer.h
blob1cbd5ef3de55ff0bd019876044d54cba03b7afc3
1 /*
2 * Copyright 2008, Dustin Howett, dustin.howett@gmail.com. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_ARCH_x86_TIMERS_APIC_H
6 #define _KERNEL_ARCH_x86_TIMERS_APIC_H
8 #include <SupportDefs.h>
10 status_t apic_timer_per_cpu_init(struct kernel_args *args, int32 cpu);
12 #endif /* _KERNEL_ARCH_x86_TIMERS_APIC_H */