Kernel: Split the ProcFS core file into smaller components

This commit is contained in:
Liav A
2022-10-24 09:41:31 +03:00
committed by Andrew Kaster
parent e882b2ed05
commit 3906dd3aa3
30 changed files with 1080 additions and 822 deletions

View File

@@ -8,7 +8,7 @@
#include <AK/JsonObjectSerializer.h>
#include <AK/JsonValue.h>
#include <Kernel/FileSystem/Custody.h>
#include <Kernel/FileSystem/ProcFS.h>
#include <Kernel/FileSystem/ProcFS/ProcessPropertyInode.h>
#include <Kernel/InterruptDisabler.h>
#include <Kernel/KBufferBuilder.h>
#include <Kernel/Memory/AnonymousVMObject.h>