blob: 1ba26e0d0400f9a774635a2fff62846a445b4bd0 [file] [log] [blame]
#ifndef ISL_MAP_TYPE_H
#define ISL_MAP_TYPE_H
#if defined(__cplusplus)
extern "C" {
#endif
struct isl_basic_map;
typedef struct isl_basic_map isl_basic_map;
struct isl_map;
typedef struct isl_map isl_map;
#ifndef isl_basic_set
struct isl_basic_set;
typedef struct isl_basic_set isl_basic_set;
#endif
#ifndef isl_set
struct isl_set;
typedef struct isl_set isl_set;
#endif
#if defined(__cplusplus)
}
#endif
#endif