add isl_aff_scale_down_val
[platform/upstream/isl.git] / include / isl / union_map_type.h
1 #ifndef ISL_UNION_MAP_TYPE_H
2 #define ISL_UNION_MAP_TYPE_H
3
4 #include <isl/ctx.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 struct __isl_export isl_union_map;
11 typedef struct isl_union_map isl_union_map;
12 #ifndef isl_union_set
13 struct __isl_export isl_union_set;
14 typedef struct isl_union_set isl_union_set;
15 #endif
16
17 #if defined(__cplusplus)
18 }
19 #endif
20
21 #endif