1 /* 2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. 3 ** Distributed under the terms of the NewOS License. 4 */ 5 #ifndef _KERNEL_ARCH_X86_TIMER 6 #define _KERNEL_ARCH_X86_TIMER 7 8 #define ISA_TIMER_MODULE_NAME "timers/x86/isa/v1" 9 #define APIC_TIMER_MODULE_NAME "timers/x86/apic/v1" 10 #define HPET_TIMER_MODULE_NAME "timers/x86/hpet/v1" 11 12 #endif 13 14