mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
9 lines
162 B
C
9 lines
162 B
C
#ifndef ISL_LOCAL_PRIVATE_H
|
|
#define ISL_LOCAL_PRIVATE_H
|
|
|
|
#include <isl_local.h>
|
|
|
|
__isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
|
|
|
|
#endif
|