2022-12-05 15:36:41 +00:00
|
|
|
#pragma once
|
|
|
|
#include <luna/Types.h>
|
|
|
|
|
2023-05-07 19:51:36 +00:00
|
|
|
// Every timer tick is equivalent to 250 microseconds.
|
2023-06-03 11:15:10 +00:00
|
|
|
// FIXME: Change ARCH_TIMER_RESOLUTION to use nanoseconds.
|
2023-05-07 19:51:36 +00:00
|
|
|
const usize ARCH_TIMER_RESOLUTION = 250;
|