stos/amd64: hpet: Add MdHpetTimeUsec() helper

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-27 06:47:29 +00:00
parent 97ea4fad69
commit ef72c9d6d5
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -16,4 +16,9 @@
*/
VOID MdHpetInit(VOID);
/*
* Obtain the elapsed time in microseconds
*/
USIZE MdHpetTimeUsec(VOID);
#endif /* !_MACHINE_HPET_H_ */