mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include <Kernel/Net/NetworkAdapter.h>
|
||||
#include <LibBareMetal/StdLib.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static Lockable<HashTable<NetworkAdapter*>>& all_adapters()
|
||||
{
|
||||
static Lockable<HashTable<NetworkAdapter*>>* table;
|
||||
@@ -193,3 +195,5 @@ void NetworkAdapter::set_interface_name(const StringView& basename)
|
||||
builder.append('0');
|
||||
m_name = builder.to_string();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user