LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
pit.h
Go to the documentation of this file.
1#ifndef _PIT_H_INCLUDED
2#define _PIT_H_INCLUDED
3
4void init_pit(void);
5
6#endif
void init_pit(void)
Definition pit.c:4