1#ifndef ISL_HASH_PRIVATE_H2#define ISL_HASH_PRIVATE_H3 4#include <isl/hash.h>5 6struct isl_hash_table_entry *isl_hash_table_first(struct isl_hash_table *table);7 8#endif9