aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config/solution.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/write_config/solution.h')
-rw-r--r--scripts/write_config/solution.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/write_config/solution.h b/scripts/write_config/solution.h
new file mode 100644
index 0000000..fb1ebed
--- /dev/null
+++ b/scripts/write_config/solution.h
@@ -0,0 +1,13 @@
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdbool.h>
+#include <kconfig/lkc.h>
+#include <build_files.h>
+#include "symlist.h"
+
+#ifndef _SOLUTION_H_
+#define _SOLUTION_H_
+
+void solution_set(struct symlist *sl, FILE * f);
+
+#endif /* _SOLUTION_H_ */