mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include <Kernel/PCI/Access.h>
|
||||
#include <Kernel/PCI/IOAccess.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static PCI::Access* s_access;
|
||||
|
||||
PCI::Access& PCI::Access::the()
|
||||
@@ -175,4 +177,7 @@ size_t get_BAR_Space_Size(Address address, u8 bar_number)
|
||||
{
|
||||
return PCI::Access::the().get_BAR_Space_Size(address, bar_number);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user