Home | History | Annotate | Download | only in android
      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