mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 09:17:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a356e481509
@@ -38,6 +38,7 @@
|
||||
#include <Kernel/FileSystem/InodeMetadata.h>
|
||||
#include <Kernel/KResult.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
#define O_RDONLY (1 << 0)
|
||||
#define O_WRONLY (1 << 1)
|
||||
@@ -159,3 +160,5 @@ private:
|
||||
|
||||
RefPtr<Custody> m_root_custody;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user