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
include/isa/adg.h: directly include required header
[ppn.git]
/
mem_options.h
blob
1cbbc13713fba8f9dde833b21999b9279f0a1802
1
#include <barvinok/options.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
struct
barvinok_options
*
barvinok
;
9
int
with_input
;
10
};
11
12
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
13
14
#if defined(__cplusplus)
15
}
16
#endif