aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config/solution.h
blob: fb1ebed769a1cb602dad3987d52646122f499e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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_ */