APIC, HPET, virtual memory
This commit is contained in:
10
kernel/amd64/hpet.h
Normal file
10
kernel/amd64/hpet.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _KERNEL_AMD64_HPET_H
|
||||
#define _KERNEL_AMD64_HPET_H
|
||||
|
||||
#include <libk/std.h>
|
||||
|
||||
uint64_t amd64_hpet_current_nano (void);
|
||||
void amd64_hpet_sleep_micro (uint64_t us);
|
||||
void amd64_hpet_init (void);
|
||||
|
||||
#endif // _KERNEL_AMD64_HPET_H
|
||||
Reference in New Issue
Block a user