diff options
-rw-r--r-- | scripts/kconfig/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 218991b26d92..79ab6e746f53 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -206,6 +206,7 @@ struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2); | |||
206 | struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); | 206 | struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); |
207 | void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); | 207 | void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); |
208 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); | 208 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); |
209 | struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2); | ||
209 | 210 | ||
210 | void expr_fprint(struct expr *e, FILE *out); | 211 | void expr_fprint(struct expr *e, FILE *out); |
211 | struct gstr; /* forward */ | 212 | struct gstr; /* forward */ |