KernelShutdownThread stub

This commit is contained in:
Alex
2022-10-22 19:05:39 +03:00
parent 9d4fb06f4c
commit 84b9f6bdf0
3 changed files with 17 additions and 0 deletions

View File

@ -25,6 +25,8 @@ extern Tasking::Task *TaskManager;
EXTERNC void KPrint(const char *format, ...);
EXTERNC void Entry(struct BootInfo *Info);
EXTERNC void KernelMainThread();
EXTERNC void KernelShutdownThread(bool Reboot);
#endif // !__FENNIX_KERNEL_KERNEL_H__