feat: initial locking. Tasking improvements
This commit is contained in:
5
kernel/tasks/locking.c
Normal file
5
kernel/tasks/locking.c
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
//
|
||||||
|
// Created by rick on 27-02-21.
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "locking.h"
|
||||||
8
kernel/tasks/locking.h
Normal file
8
kernel/tasks/locking.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
//
|
||||||
|
// Created by rick on 27-02-21.
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef NEW_KERNEL_LOCKING_H
|
||||||
|
#define NEW_KERNEL_LOCKING_H
|
||||||
|
|
||||||
|
#endif //NEW_KERNEL_LOCKING_H
|
||||||
Reference in New Issue
Block a user