aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config/solution.h
blob: 91db619e73df1e463c3e73ea63a79cbc4f69656b (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_check(struct symlist *sl, FILE * f);

#endif /* _SOLUTION_H_ */