mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
Kernel: Move CMOS code to the Kernel namespace
This commit is contained in:
parent
84fbab6803
commit
e740d959df
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <Kernel/Arch/x86/IO.h>
|
||||
#include <Kernel/CMOS.h>
|
||||
|
||||
namespace CMOS {
|
||||
namespace Kernel::CMOS {
|
||||
|
||||
u8 read(u8 index)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue