]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - kconfig2sat/lcp_data.h
251112a740f6962eec5d200d5c4de854d70874dc
[linux-conf-perf.git] / kconfig2sat / lcp_data.h
1 #ifndef LCP_DATA_H
2 #define LCP_DATA_H
3
4 #include "kconfig/expr.h"
5
6 /* linux-conf-perf data structures extensions */
7
8 struct lcp_symbol {
9         int sat_id;
10         int variable:1;
11 };
12
13 struct lcp_expr {
14         int sat_id;
15 };
16
17
18
19 #endif