Luna/kernel/src/arch/x86_64/Timer.h

6 lines
134 B
C
Raw Normal View History

#pragma once
#include <luna/Types.h>
// Every timer tick is equivalent to 250 microseconds.
const usize ARCH_TIMER_RESOLUTION = 250;