This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
97 B
C
Raw Normal View History

2023-09-11 14:28:11 -04:00
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif