blob: 549ec80404c336c78f3d297730b229690c5a1bfa [file] [log] [blame]
#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;
#endif