summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/APM
diff options
context:
space:
mode:
Diffstat (limited to 'dev/modules/APM')
-rw-r--r--dev/modules/APM/APM.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/modules/APM/APM.h b/dev/modules/APM/APM.h
index 1cb55fdc..2e6bdccd 100644
--- a/dev/modules/APM/APM.h
+++ b/dev/modules/APM/APM.h
@@ -8,7 +8,7 @@
#include <NewKit/Defines.h>
-namespace NeOS
+namespace Kernel
{
typedef Int32 APMPowerCmd;
@@ -34,4 +34,4 @@ namespace NeOS
/// @param cmd the command.
/// @return status code.
EXTERN_C Int32 apm_send_io_command(UInt16 cmd, APMPowerCmd value);
-} // namespace NeOS
+} // namespace Kernel