2002-07-09 16:24:59 +04:00
|
|
|
/*
|
|
|
|
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
|
|
|
** Distributed under the terms of the NewOS License.
|
|
|
|
*/
|
2008-07-06 00:40:06 +04:00
|
|
|
#ifndef _KERNEL_ARCH_X86_TIMER
|
|
|
|
#define _KERNEL_ARCH_X86_TIMER
|
2002-07-09 16:24:59 +04:00
|
|
|
|
2008-07-06 00:40:06 +04:00
|
|
|
#define ISA_TIMER_MODULE_NAME "timers/x86/isa/v1"
|
|
|
|
#define APIC_TIMER_MODULE_NAME "timers/x86/apic/v1"
|
|
|
|
#define HPET_TIMER_MODULE_NAME "timers/x86/hpet/v1"
|
2002-07-09 16:24:59 +04:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|