Prepare IO Ports for timer

This commit is contained in:
Jaby
2023-01-06 12:14:53 +01:00
committed by Jaby
parent 8c6c9e23d6
commit e5175d0f9c
4 changed files with 198 additions and 81 deletions

View File

@@ -20,5 +20,9 @@ namespace JabyEngine {
namespace BootFile {
JabyEngine::NextRoutine setup();
}
namespace Timer {
void setup();
}
}
#endif //!BOOT_LOADER_HPP