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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Kernel/VFS/Part.ns.h b/Source/Kernel/VFS/Part.ns.h
index 40a0fb2..992f6f3 100644
--- a/Source/Kernel/VFS/Part.ns.h
+++ b/Source/Kernel/VFS/Part.ns.h
@@ -13,6 +13,11 @@ namespace Part {
void unregisterDevice(BlockDevice* dev);
u32int getDeviceID(BlockDevice* dev);
+
+ BlockDevice* dev(String _class, u32int idx);
+ Partition* part(BlockDevice* dev, u32int idx);
+
+ String partIdentifier(Partition* p); //Simply to help recognize the partition
}
#endif