We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fbab6 commit e740d95Copy full SHA for e740d95
Kernel/CMOS.cpp
@@ -7,7 +7,7 @@
7
#include <Kernel/Arch/x86/IO.h>
8
#include <Kernel/CMOS.h>
9
10
-namespace CMOS {
+namespace Kernel::CMOS {
11
12
u8 read(u8 index)
13
{
Kernel/CMOS.h
@@ -8,7 +8,7 @@
#include <AK/Types.h>
u8 read(u8 index);
14
void write(u8 index, u8 data);
0 commit comments