xref: /llvm-project/polly/lib/External/isl/isl_hash_private.h (revision a749e09e184b2b0b6dde71af01c82dd427b3e3e2)
1 #ifndef ISL_HASH_PRIVATE_H
2 #define ISL_HASH_PRIVATE_H
3 
4 #include <isl/hash.h>
5 
6 struct isl_hash_table_entry *isl_hash_table_first(struct isl_hash_table *table);
7 
8 #endif
9