test(kernel): add debug playground functions for testing purposes

This commit is contained in:
2025-05-16 17:23:41 +00:00
parent fda5ede37f
commit 2349610e47
4 changed files with 40 additions and 0 deletions

View File

@ -31,6 +31,8 @@ void TreeFS(Node node, int Depth);
void TaskHeartbeat();
void StressKernel();
void coroutineTest();
void __early_playground();
void __late_playground();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__