DiskDevice API v2.4

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-05-28 21:51:24 +00:00
parent e62a550aa1
commit 5b3f1d0cda
8 changed files with 72 additions and 39 deletions
-1
View File
@@ -28,7 +28,6 @@ public:
bool ValidateResizeChild(BPartition *partition, off_t *size) const;
bool ValidateMoveChild(BPartition *partition, off_t *start) const;
bool ValidateCreateChild(BPartition *partition, off_t *start, off_t *size, const char *parameters) const;
bool ValidateInitialize(BPartition *partition) const;
bool IsPartitioningSystem() const;
bool IsFileSystem() const;