aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/doutput.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-01 21:52:27 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-01 21:52:27 +0200
commitad499b111339a813cfcce4f717c38513f0e05ab7 (patch)
treefbd0b8a1a70bb42966186a53fc5319d36de51bb7 /scripts/parse_kconfig/doutput.h
parentf9a646a81d90b64ee83db7bb8c5a4ac2c4402298 (diff)
downloadlinux-conf-perf-ad499b111339a813cfcce4f717c38513f0e05ab7.tar.gz
linux-conf-perf-ad499b111339a813cfcce4f717c38513f0e05ab7.tar.bz2
linux-conf-perf-ad499b111339a813cfcce4f717c38513f0e05ab7.zip
parse_kconfig add debug outputs
Diffstat (limited to 'scripts/parse_kconfig/doutput.h')
-rw-r--r--scripts/parse_kconfig/doutput.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/parse_kconfig/doutput.h b/scripts/parse_kconfig/doutput.h
new file mode 100644
index 0000000..f82fd9b
--- /dev/null
+++ b/scripts/parse_kconfig/doutput.h
@@ -0,0 +1,13 @@
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+
+#ifndef _DOUTPUT_H_
+#define _DOUTPUT_H_
+
+#include <kconfig/lkc.h>
+#include <macros.h>
+
+void doutput_expr(struct expr *expr);
+
+#endif /* _DOUTPUT_H_ */