Re-added support for file devices.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-10-28 22:18:20 +00:00
parent cba3b01fdf
commit 1e2e4b3c71
2 changed files with 25 additions and 12 deletions
@@ -60,7 +60,8 @@ public:
// Both the device and the partition is also registered and must be
// unregistered by the caller.
partition_id CreateFileDevice(const char *filePath);
partition_id CreateFileDevice(const char *filePath,
bool *newlyCreated = NULL);
status_t DeleteFileDevice(const char *filePath);
status_t DeleteFileDevice(partition_id id);