OSDN Git Service

Merge "Extract UUID and label from inserted volumes." into klp-dev
[android-x86/system-vold.git] / Loop.h
diff --git a/Loop.h b/Loop.h
index e48536b..d717cf0 100644 (file)
--- a/Loop.h
+++ b/Loop.h
@@ -27,6 +27,7 @@ public:
     static const int LOOP_MAX = 4096;
 public:
     static int lookupActive(const char *id, char *buffer, size_t len);
+    static int lookupInfo(const char *loopDevice, struct asec_superblock *sb, unsigned int *nr_sec);
     static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
     static int destroyByDevice(const char *loopDevice);
     static int destroyByFile(const char *loopFile);