mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Thread.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
NonnullRefPtr<TmpFS> TmpFS::create()
|
||||
{
|
||||
return adopt(*new TmpFS);
|
||||
@@ -397,3 +399,5 @@ void TmpFSInode::one_ref_left()
|
||||
// Destroy ourselves.
|
||||
fs().unregister_inode(identifier());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user