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.
OS_Project/Part4/10_scheduler/cpu/timer.h
Jonathan Turner f9879ab449 added part 4
2023-11-29 14:16:15 -05:00

9 lines
88 B
C

#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif