Kernel: Move DeviceManager to its own file

This commit is contained in:
2023-03-30 22:39:45 +03:00
parent eef3631a5a
commit 26d9a3e253
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>