X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_bound.h;h=1a9d390eab97427d6dfcc964b4f69e40bff76736;hb=bb625a7aa9c62f45f3b03ccde9023c9306513389;hp=b02a0b3639a7bb970029f9faa0df2816974fbf74;hpb=7790c83aff93eb8352bd37e340c7ff9956315b8b;p=platform%2Fupstream%2Fisl.git diff --git a/isl_bound.h b/isl_bound.h index b02a0b3..1a9d390 100644 --- a/isl_bound.h +++ b/isl_bound.h @@ -1,12 +1,14 @@ #ifndef ISL_BOUND_H #define ISL_BOUND_H -#include +#include struct isl_bound { /* input */ int check_tight; + int wrapping; enum isl_fold type; + isl_space *dim; isl_basic_set *bset; isl_qpolynomial_fold *fold;