README: rename
[ppn.git] / adg_cmp_options.c
blob067adb0ddcdb5976f4fa0d9a150b8594e089942c
1 #include "adg_cmp_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_ARG(struct options, adg1, "adg1", NULL)
5 ISL_ARG_ARG(struct options, adg2, "adg2", NULL)
6 ISL_ARGS_END
8 ISL_ARG_DEF(options, struct options, options_args)