xref: /netbsd-src/external/mit/isl/dist/isl_local_private.h (revision 5971e316fdea024efff6be8f03536623db06833e)
1 #ifndef ISL_LOCAL_PRIVATE_H
2 #define ISL_LOCAL_PRIVATE_H
3 
4 #include <isl_local.h>
5 
6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
7 
8 #endif
9