diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-27 20:43:25 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-27 20:43:25 +0100 |
commit | 56ace5efd6ccc02004ddafb1e564a3f9d5d538d2 (patch) | |
tree | c8219690b234d5ac1b761236e4c43b9706057462 /Source/Kernel/VFS/Part.ns.h | |
parent | a40fe1166ab1db972a8ca0380d603c4d90eede62 (diff) | |
download | Melon-56ace5efd6ccc02004ddafb1e564a3f9d5d538d2.tar.gz Melon-56ace5efd6ccc02004ddafb1e564a3f9d5d538d2.zip |
Added some screenshots, re-organized some stuff.
Diffstat (limited to 'Source/Kernel/VFS/Part.ns.h')
-rw-r--r-- | Source/Kernel/VFS/Part.ns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/VFS/Part.ns.h b/Source/Kernel/VFS/Part.ns.h index 4373a2d..992f6f3 100644 --- a/Source/Kernel/VFS/Part.ns.h +++ b/Source/Kernel/VFS/Part.ns.h @@ -16,6 +16,8 @@ namespace Part { BlockDevice* dev(String _class, u32int idx); Partition* part(BlockDevice* dev, u32int idx); + + String partIdentifier(Partition* p); //Simply to help recognize the partition } #endif |