summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/Part.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/VFS/Part.ns.h')
-rw-r--r--Source/Kernel/VFS/Part.ns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Kernel/VFS/Part.ns.h b/Source/Kernel/VFS/Part.ns.h
index 40a0fb2..4373a2d 100644
--- a/Source/Kernel/VFS/Part.ns.h
+++ b/Source/Kernel/VFS/Part.ns.h
@@ -13,6 +13,9 @@ namespace Part {
void unregisterDevice(BlockDevice* dev);
u32int getDeviceID(BlockDevice* dev);
+
+ BlockDevice* dev(String _class, u32int idx);
+ Partition* part(BlockDevice* dev, u32int idx);
}
#endif