aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute_conf/dotconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/permute_conf/dotconf.h')
-rw-r--r--scripts/permute_conf/dotconf.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/permute_conf/dotconf.h b/scripts/permute_conf/dotconf.h
new file mode 100644
index 0000000..34fa8db
--- /dev/null
+++ b/scripts/permute_conf/dotconf.h
@@ -0,0 +1,19 @@
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdbool.h>
+
+#include <kconfig/lkc.h>
+#include <macros.h>
+#include "menudata.h"
+
+#ifndef _DOTCONF_H_
+#define _DOTCONF_H_
+
+#define DOTCONFIG_FILE "../dot_config"
+#define READBUFFER_SIZE 128
+
+void dotconfig_read(bool * reqsave);
+void dotconfig_write(void);
+
+#endif /* _DOTCONF_H_ */