diff options
Diffstat (limited to 'dev/kernel/KernelKit/Timer.h')
| -rw-r--r-- | dev/kernel/KernelKit/Timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/Timer.h b/dev/kernel/KernelKit/Timer.h index e52f91e7..1e96f263 100644 --- a/dev/kernel/KernelKit/Timer.h +++ b/dev/kernel/KernelKit/Timer.h @@ -9,7 +9,7 @@ #include <ArchKit/ArchKit.h> #include <KernelKit/KPC.h> -namespace NeOS +namespace Kernel { class SoftwareTimer; class TimerInterface; @@ -80,4 +80,4 @@ namespace NeOS return kTimeUnit * rtl_ms(time); } -} // namespace NeOS +} // namespace Kernel |
