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
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