Added the current timer tick as a global variable.
This commit is contained in:
parent
2691c1e30e
commit
f0ca9de14b
|
@ -686,6 +686,8 @@ void ScanCPUFeatures(size_t RAX, size_t RCX);
|
|||
|
||||
/* ==================== Interrupts ==================== */
|
||||
|
||||
uint64_t time;
|
||||
|
||||
void IRQ_Common(INTERRUPT_FRAME* Frame, size_t Interupt);
|
||||
void ISR_Common(INTERRUPT_FRAME* Frame, size_t Interrupt);
|
||||
void ISR_Error_Common(EXCEPTION_FRAME* Frame, size_t Exception);
|
||||
|
|
Loading…
Reference in New Issue
Block a user