xref: /haiku/headers/private/kernel/arch/x86/timer.h (revision 7120e97489acbf17d86d3f33e3b2e68974fd4b23)
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_KERNEL_ARCH_I386_TIMER
6 #define _NEWOS_KERNEL_ARCH_I386_TIMER
7 
8 int apic_timer_interrupt(void);
9 
10 #endif
11 
12