]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - scripts/permute/dotconf.h
Add license
[linux-conf-perf.git] / scripts / permute / dotconf.h
1 #include <stdlib.h>
2 #include <stdio.h>
3 #include <string.h>
4 #include <stdbool.h>
5
6 #include <kconfig/lkc.h>
7 #include <macros.h>
8 #include "menudata.h"
9
10 #ifndef _DOTCONF_H_
11 #define _DOTCONF_H_
12
13 #define DOTCONFIG_FILE "../dot_config"
14 #define READBUFFER_SIZE 128
15
16 void dotconfig_read(bool * reqsave);
17 void dotconfig_write(void);
18
19 #endif /* _DOTCONF_H_ */