Kernel: Move DeviceManager to its own file

This commit is contained in:
Bananymous
2023-03-30 22:39:45 +03:00
parent b048630e5b
commit a3ba6da6f3
10 changed files with 178 additions and 157 deletions

View File

@@ -2,6 +2,7 @@
#include <BAN/Memory.h>
#include <BAN/String.h>
#include <BAN/StringView.h>
#include <BAN/Vector.h>
#include <sys/types.h>