aboutsummaryrefslogtreecommitdiff
path: root/programs/src/kconfig/output.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-01-14 12:39:50 +0100
committerKarel Kočí <cynerd@email.cz>2015-01-14 12:39:50 +0100
commitafeddb02f4482efce98a9a411c04d31daeb9aee4 (patch)
tree02353e650321f7115e3cb113681c8fef28833f05 /programs/src/kconfig/output.h
parent48a732fecf66799a4eba0194006f8726306d5e45 (diff)
downloadlinux-conf-perf-afeddb02f4482efce98a9a411c04d31daeb9aee4.tar.gz
linux-conf-perf-afeddb02f4482efce98a9a411c04d31daeb9aee4.tar.bz2
linux-conf-perf-afeddb02f4482efce98a9a411c04d31daeb9aee4.zip
Output folder added to kconfig_parser
Also kconfig folder in programs/src is renamed to kconfig_parser
Diffstat (limited to 'programs/src/kconfig/output.h')
-rw-r--r--programs/src/kconfig/output.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/programs/src/kconfig/output.h b/programs/src/kconfig/output.h
deleted file mode 100644
index aefbc0f..0000000
--- a/programs/src/kconfig/output.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _OUTPUT_H_
-#define _OUTPUT_H_
-
-#include <stdlib.h>
-#include <stdio.h>
-#include "symlist.h"
-
-#define RULES_FILE "rules"
-#define LINKER_FILE "linker"
-
-void fprint_rules(struct symlist *sl);
-void fprint_linker(struct symlist *sl);
-
-#endif /* _OUTPUT_H_ */