repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl for sufficient schedule tree support for pet
[ppn.git]
/
adg_cmp_options.h
blob
6fc9cd35a7ffe8e091d257930d71f28b6813fed7
1
#include <isl/arg.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
char
*
adg1
;
9
char
*
adg2
;
10
};
11
12
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
13
14
#if defined(__cplusplus)
15
}
16
#endif