]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - kconfig2sat/lcp_utils.h
Allow importing lcp_django from other python scripts
[linux-conf-perf.git] / kconfig2sat / lcp_utils.h
1 #ifndef LCP_UTILS_H
2 #define LCP_UTILS_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void conf_parse_path(const char *name);
9 void set_missing_env(const char *conf_mk);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif