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