Stub tasking files

This commit is contained in:
Alex 2022-10-20 05:15:25 +03:00
parent 42e35e7d83
commit 51c096c743
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 12 additions and 0 deletions

2
Tasking/Mono.cpp Normal file
View File

@ -0,0 +1,2 @@
#include <task.hpp>

2
Tasking/Multi.cpp Normal file
View File

@ -0,0 +1,2 @@
#include <task.hpp>

8
include/task.hpp Normal file
View File

@ -0,0 +1,8 @@
#ifndef __FENNIX_KERNEL_TASKING_H__
#define __FENNIX_KERNEL_TASKING_H__
#include <types.h>
#endif // !__FENNIX_KERNEL_TASKING_H__