mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
9 lines
157 B
C
9 lines
157 B
C
#ifndef CLKS_INTERRUPTS_H
|
|
#define CLKS_INTERRUPTS_H
|
|
|
|
#include <clks/types.h>
|
|
|
|
void clks_interrupts_init(void);
|
|
u64 clks_interrupts_timer_ticks(void);
|
|
|
|
#endif |