Several fixes necessary to get the partition scanning working.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3506 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-06-13 22:08:10 +00:00
parent 07d370e32a
commit 2609ebac90
8 changed files with 88 additions and 16 deletions
@@ -90,6 +90,9 @@ private:
status_t _AddFileSystem(const char *name);
status_t _AddDiskSystem(KDiskSystem *diskSystem);
bool _AddDevice(KDiskDevice *device);
bool _RemoveDevice(KDiskDevice *device);
status_t _Scan(const char *path);
status_t _ScanPartition(KPartition *partition);