xref: /aosp_15_r20/external/e2fsprogs/contrib/android/block_list.h (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1 #ifndef BLOCK_LIST_H
2 # define BLOCK_LIST_H
3 
4 # include "fsmap.h"
5 
6 extern struct fsmap_format block_list_format;
7 
8 #endif /* !BLOCK_LIST_H */
9