8f6862022417cb2dde973e5175d161156b521159
[platform/upstream/isl.git] / isl_sample_piplib.h
1 #ifndef ISL_SAMPLE_PIP_H
2 #define ISL_SAMPLE_PIP
3
4 #include <isl_set.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 struct isl_vec *isl_pip_basic_set_sample(struct isl_ctx *ctx,
11         struct isl_basic_set *bset);
12
13 #if defined(__cplusplus)
14 }
15 #endif
16
17 #endif