mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -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