update isl to version 0.10
[ppcg.git] / cpu.h
blob0a45e135ec66b6021eadc65a18a5bda30e33a0be
1 #ifndef _CPU_H
2 #define _CPU_H
4 #include <isl/ctx.h>
6 struct pet_scop;
7 struct ppcg_options;
9 int generate_cpu(isl_ctx *ctx, struct pet_scop *scop,
10 struct ppcg_options *options, const char *input);
12 #endif