]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - scripts/allconfig/inv.h
Allow importing lcp_django from other python scripts
[linux-conf-perf.git] / scripts / allconfig / inv.h
1 #include <stdlib.h>
2 #include <stdio.h>
3 #include <string.h>
4 #include <stdbool.h>
5
6 #include <macros.h>
7 #include <kconfig/lkc.h>
8
9 #ifndef _INV_H_
10 #define _INV_H_
11
12 #define READBUFFER_SIZE 127
13 #define LINENUM_IDENTIFICATOR -10
14
15 void inv_prepare(char *input_file);
16 bool inv_fixed(struct symbol *sym);
17
18 #endif /* _INV_H_ */