Added a find_disk_system(). I first thought, this might be a good idea, but I'm not so sure anymore.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3608 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-06-22 23:12:20 +00:00
parent e1d495e36c
commit 62b9e141e1
2 changed files with 17 additions and 0 deletions
@@ -84,6 +84,9 @@ bool delete_partition(partition_id partitionID);
void partition_modified(partition_id partitionID);
// tells the disk device manager, that the parition has been modified
// disk systems
disk_system_id find_disk_system(const char *name);
// jobs
bool set_disk_device_job_status(disk_job_id job, uint32 status);
// probably not needed