mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
Kernel: Move Inode to its own files.
This commit is contained in:
parent
8aecebe8f3
commit
176f683f66
11 changed files with 240 additions and 205 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/FileSystem/InodeMetadata.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/FileSystem/FIFO.h>
|
||||
#include <Kernel/LinearAddress.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue