diff options
Diffstat (limited to 'sys/inc/arch/amd64/lapic.h')
| -rw-r--r-- | sys/inc/arch/amd64/lapic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/inc/arch/amd64/lapic.h b/sys/inc/arch/amd64/lapic.h index b65f14b..4f82681 100644 --- a/sys/inc/arch/amd64/lapic.h +++ b/sys/inc/arch/amd64/lapic.h @@ -30,6 +30,8 @@ #ifndef _MACHINE_LAPIC_H_ #define _MACHINE_LAPIC_H_ 1 +#define LAPIC_TMR_VEC 0x81 + /* * Initialize the Local APIC on-board the * processor for the current core |
