aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/doutput.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-02 13:28:56 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-02 13:28:56 +0200
commit34daa4c1cb99ed66c974336f23269cb508f71c74 (patch)
tree86801be2c70345e495b3dd16691bfff65f7f63cb /scripts/parse_kconfig/doutput.h
parent0124ff6822df8e626dec1240dc77a0a64da5a725 (diff)
downloadlinux-conf-perf-34daa4c1cb99ed66c974336f23269cb508f71c74.tar.gz
linux-conf-perf-34daa4c1cb99ed66c974336f23269cb508f71c74.tar.bz2
linux-conf-perf-34daa4c1cb99ed66c974336f23269cb508f71c74.zip
parse_kconfig add debug output of boolexpr
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_ */