1#ifndef CLOOG_ISL_BACKEND_H
2#define CLOOG_ISL_BACKEND_H
3
4#include <isl/constraint.h>
5
6struct cloogbackend {
7	struct isl_ctx	*ctx;
8	unsigned	ctx_allocated : 1;
9};
10
11#endif /* define _H */
12