feat: initial locking. Tasking improvements

This commit is contained in:
2021-03-01 19:58:12 +01:00
parent 62ce1dfa77
commit cc6f971a27
2 changed files with 13 additions and 0 deletions

5
kernel/tasks/locking.c Normal file
View File

@@ -0,0 +1,5 @@
//
// Created by rick on 27-02-21.
//
#include "locking.h"

8
kernel/tasks/locking.h Normal file
View 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