vfs: check userland buffers before reading them.
[haiku.git] / src / tools / fs_shell / disk_device_manager.cpp
blobb9611b6b8fb8680ce7bae83bdd344c2642dc81ce
1 /*
2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
4 */
6 #include "fssh_disk_device_manager.h"
8 #include "fssh_errors.h"
11 fssh_status_t
12 fssh_scan_partition(fssh_partition_id partitionID)
14 return FSSH_B_OK;
18 bool
19 fssh_update_disk_device_job_progress(fssh_disk_job_id jobID, float progress)
21 return true;