OSDN Git Service

f2fs_utils: fix build break in static_sdk_tools
[android-x86/system-extras.git] / f2fs_utils / f2fs_ioutils.c
index 53b7b4b..f3b2a63 100644 (file)
@@ -148,6 +148,11 @@ int f2fs_trim_device()
 /*
  * IO interfaces
  */
+int dev_read_version(void *buf, __u64 offset, size_t len)
+{
+        return 0;
+}
+
 int dev_read(void  *buf, __u64 offset, size_t len)
 {
        return 0;