diff options
Diffstat (limited to 'Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h')
-rw-r--r-- | Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h b/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h index 5b7b684ef2..9bc56f2fa2 100644 --- a/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h +++ b/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/Directory.h @@ -16,6 +16,8 @@ public: virtual StringView name() const override { return "dev"sv; } static NonnullRefPtr<SysFSDeviceIdentifiersDirectory> must_create(SysFSRootDirectory const&); + static SysFSDeviceIdentifiersDirectory& the(); + private: explicit SysFSDeviceIdentifiersDirectory(SysFSRootDirectory const&); }; |