mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
接着上个
This commit is contained in:
13
clks.local.bak/include/clks/kelf.h
Normal file
13
clks.local.bak/include/clks/kelf.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CLKS_KELF_H
|
||||
#define CLKS_KELF_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
typedef u64 (*clks_kelf_entry_fn)(u64 tick, u64 run_count);
|
||||
|
||||
void clks_kelf_init(void);
|
||||
void clks_kelf_tick(u64 tick);
|
||||
u64 clks_kelf_count(void);
|
||||
u64 clks_kelf_total_runs(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user