diff --git a/kernel/tasks/locking.c b/kernel/tasks/locking.c new file mode 100644 index 0000000..8ac6188 --- /dev/null +++ b/kernel/tasks/locking.c @@ -0,0 +1,5 @@ +// +// Created by rick on 27-02-21. +// + +#include "locking.h" diff --git a/kernel/tasks/locking.h b/kernel/tasks/locking.h new file mode 100644 index 0000000..6943a1e --- /dev/null +++ b/kernel/tasks/locking.h @@ -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