summaryrefslogtreecommitdiffstats
path: root/contrib/android/block_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/android/block_list.h')
-rw-r--r--contrib/android/block_list.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/android/block_list.h b/contrib/android/block_list.h
new file mode 100644
index 0000000..47041e4
--- /dev/null
+++ b/contrib/android/block_list.h
@@ -0,0 +1,8 @@
+#ifndef BLOCK_LIST_H
+# define BLOCK_LIST_H
+
+# include "fsmap.h"
+
+extern struct fsmap_format block_list_format;
+
+#endif /* !BLOCK_LIST_H */