mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +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)
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace CMOS {
|
||||
namespace Kernel::CMOS {
|
||||
|
||||
u8 read(u8 index);
|
||||
void write(u8 index, u8 data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue