extract out pet_create_test_index
[pet.git] / aff.h
blob92e7bca2b8b756e76fb2f34094abc4cf89e26a90
1 #ifndef PET_AFF_H
2 #define PET_AFF_H
4 #include <pet.h>
6 #include <isl/aff.h>
8 #if defined(__cplusplus)
9 extern "C" {
10 #endif
12 __isl_give isl_pw_aff *pet_comparison(enum pet_op_type type,
13 __isl_take isl_pw_aff *pa1, __isl_take isl_pw_aff *pa2);
15 #if defined(__cplusplus)
17 #endif
19 #endif