7 lines
193 B
C
7 lines
193 B
C
#pragma once
|
|
#include <luna/Types.h>
|
|
|
|
// Every timer tick is equivalent to 250 microseconds.
|
|
// FIXME: Change ARCH_TIMER_RESOLUTION to use nanoseconds.
|
|
const usize ARCH_TIMER_RESOLUTION = 250;
|