mirror of
https://github.com/encounter/osdev.git
synced 2026-03-30 11:33:54 -07:00
7 lines
93 B
C
7 lines
93 B
C
#pragma once
|
|
|
|
#include <common.h>
|
|
|
|
void init_timer(uint32_t frequency);
|
|
|
|
uint32_t get_tick(); |