blob: c0b28844b46c6fb84fb8fed9da31b922e018c979 [file] [log] [blame]
#ifndef FIO_ZONE_DIST_H
#define FIO_ZONE_DIST_H
void td_zone_gen_index(struct thread_data *td);
void td_zone_free_index(struct thread_data *td);
#endif