summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/isl/include/isl/aff_type.h
blob: 152eeb554e375a1b07ca56e95a7496ed5472787b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ISL_AFF_TYPE_H
#define ISL_AFF_TYPE_H

struct isl_aff;
typedef struct isl_aff isl_aff;

struct isl_pw_aff;
typedef struct isl_pw_aff isl_pw_aff;

struct isl_multi_aff;
typedef struct isl_multi_aff isl_multi_aff;

struct isl_pw_multi_aff;
typedef struct isl_pw_multi_aff isl_pw_multi_aff;

#endif