commit | dd9b8e92aaf330b48ddb40a7380588ef92b53de6 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed Oct 21 11:06:52 2009 -0700 |
committer | San Mehat <san@google.com> | Wed Oct 21 11:07:21 2009 -0700 |
tree | 230fed516faca555d4a4d247ec4b24cfac3c0c70 | |
parent | 49e2bce5b74129c26a35e25d4693cbfe98c4688e [diff] [blame] |
vold2: Some more work on partitioning support Signed-off-by: San Mehat <san@google.com>
diff --git a/Volume.h b/Volume.h index 70169f6..689cd53 100644 --- a/Volume.h +++ b/Volume.h
@@ -55,6 +55,8 @@ virtual int prepareToMount(int *major, int *minor) = 0; + int createDeviceNode(const char *path, int major, int minor); + private: int checkFilesystem(const char *nodepath); };