From 4ec68e612e5d6670a154677b4c8914f22153b122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 14 Dec 2014 19:28:28 +0100 Subject: Add kconfig_parser kconfig_parser is placed to new folder tree. In folder "programs" will be all programs. Files in folder programs/src/kconfig/kconfig are taken from kernel v3.18-rc3. In future, they should be updated if new changes will be added to kernel. --- programs/src/kconfig/output.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 programs/src/kconfig/output.h (limited to 'programs/src/kconfig/output.h') diff --git a/programs/src/kconfig/output.h b/programs/src/kconfig/output.h new file mode 100644 index 0000000..aefbc0f --- /dev/null +++ b/programs/src/kconfig/output.h @@ -0,0 +1,14 @@ +#ifndef _OUTPUT_H_ +#define _OUTPUT_H_ + +#include +#include +#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_ */ -- cgit v1.2.3