10 lines
172 B
C
10 lines
172 B
C
#ifndef _KERNEL_AMD64_HPET_H
|
|
#define _KERNEL_AMD64_HPET_H
|
|
|
|
#include <libk/std.h>
|
|
|
|
void hpet_sleep_micro(uint64_t us);
|
|
void hpet_init(void);
|
|
|
|
#endif // _KERNEL_AMD64_HPET_H
|