summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/interface/python.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/interface/python.h')
-rw-r--r--polly/lib/External/isl/interface/python.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/polly/lib/External/isl/interface/python.h b/polly/lib/External/isl/interface/python.h
new file mode 100644
index 00000000000..0f6e8ec5b2f
--- /dev/null
+++ b/polly/lib/External/isl/interface/python.h
@@ -0,0 +1,7 @@
+#include <set>
+#include <clang/AST/Decl.h>
+
+using namespace std;
+using namespace clang;
+
+void generate_python(set<RecordDecl *> &types, set<FunctionDecl *> functions);
OpenPOWER on IntegriCloud