mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Move Inode to its own files.
This commit is contained in:
parent
8aecebe8f3
commit
176f683f66
Notes:
sideshowbarker
2024-07-19 14:07:19 +09:00
Author: https://github.com/awesomekling
Commit: 176f683f66
11 changed files with 240 additions and 205 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <Kernel/VM/VMObject.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <FileSystem/FileSystem.h>
|
||||
#include <Kernel/FileSystem/FileSystem.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
|
||||
Retained<VMObject> VMObject::create_file_backed(RetainPtr<Inode>&& inode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue