blob: bc5acb4b793712f0a378480a1b172f09f8e2881d [file] [log] [blame]
#ifndef ISL_HASH_PRIVATE_H
#define ISL_HASH_PRIVATE_H
#include <isl/hash.h>
struct isl_hash_table_entry *isl_hash_table_first(struct isl_hash_table *table);
#endif