aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/timer.h
blob: a7459a673e58f4fc20503bbdfef0d55fb425871d (plain)
1
2
3
4
5
6
7
#include <stdint.h>

extern const uint64_t *current_tick;

struct regs_t;

void timer_init(void);