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