configure: Add <linux/blkzoned.h> test
[fio.git] / zone-dist.h
1 #ifndef FIO_ZONE_DIST_H
2 #define FIO_ZONE_DIST_H
3
4 void td_zone_gen_index(struct thread_data *td);
5 void td_zone_free_index(struct thread_data *td);
6
7 #endif