diff options
Diffstat (limited to 'dev/Kernel/KernelKit/DeviceMgr.h')
| -rw-r--r-- | dev/Kernel/KernelKit/DeviceMgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/KernelKit/DeviceMgr.h b/dev/Kernel/KernelKit/DeviceMgr.h index 6059f4b8..34ca2957 100644 --- a/dev/Kernel/KernelKit/DeviceMgr.h +++ b/dev/Kernel/KernelKit/DeviceMgr.h @@ -24,11 +24,11 @@ #define kDeviceMgrRootDirPath "/Devices/" -#define NE_DEVICE : public ::Kernel::IDeviceObject +#define NE_DEVICE : public ::NeOS::IDeviceObject // Last Rev: Wed, Apr 3, 2024 9:09:41 AM -namespace Kernel +namespace NeOS { template <typename T> class IDeviceObject; @@ -137,4 +137,4 @@ namespace Kernel kDeviceTypeMediaCtrl, // MM controller kDeviceTypeCount, }; -} // namespace Kernel +} // namespace NeOS |
