This commit is contained in:
2025-03-21 17:57:30 +03:00
parent c9d6e6183d
commit 49d6231325
5 changed files with 62 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef PIT_H
#define PIT_H
#include "../include/utils.h"
void pit_init();
#endif