mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Stub tasking files
This commit is contained in:
parent
42e35e7d83
commit
51c096c743
2
Tasking/Mono.cpp
Normal file
2
Tasking/Mono.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include <task.hpp>
|
||||
|
2
Tasking/Multi.cpp
Normal file
2
Tasking/Multi.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include <task.hpp>
|
||||
|
8
include/task.hpp
Normal file
8
include/task.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __FENNIX_KERNEL_TASKING_H__
|
||||
#define __FENNIX_KERNEL_TASKING_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
|
||||
|
||||
#endif // !__FENNIX_KERNEL_TASKING_H__
|
Loading…
x
Reference in New Issue
Block a user