aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/doutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/parse_kconfig/doutput.h')
-rw-r--r--scripts/parse_kconfig/doutput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/parse_kconfig/doutput.h b/scripts/parse_kconfig/doutput.h
index f82fd9b..0d1a5fb 100644
--- a/scripts/parse_kconfig/doutput.h
+++ b/scripts/parse_kconfig/doutput.h
@@ -7,7 +7,9 @@
#include <kconfig/lkc.h>
#include <macros.h>
+#include "boolexpr.h"
void doutput_expr(struct expr *expr);
+void doutput_boolexpr(struct boolexpr *bl, struct symlist *sl);
#endif /* _DOUTPUT_H_ */