From dc3c959a5f6d74e91f9a2d997d20e47b07b65628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Apr 2015 13:18:07 +0200 Subject: Kconfig_parser renamed to parse_kconfig --- scripts/kconfig_parser/cnfexpr.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 scripts/kconfig_parser/cnfexpr.h (limited to 'scripts/kconfig_parser/cnfexpr.h') diff --git a/scripts/kconfig_parser/cnfexpr.h b/scripts/kconfig_parser/cnfexpr.h deleted file mode 100644 index 1d0edd4..0000000 --- a/scripts/kconfig_parser/cnfexpr.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _CNFEXPR_H_ -#define _CNFEXPR_H_ - -#include -#include -#include -#include "symlist.h" -#include "lkc.h" - -enum cnfexpr_type { - CT_EXPR, CT_FALSE, CT_TRUE -}; - -struct cnfexpr { - enum cnfexpr_type type; - int **exprs; - unsigned *sizes; - unsigned size; -}; - -struct cnfexpr *kconfig_cnfexpr(struct symlist *sl, bool nt, struct expr *expr); -void cnf_printf(struct cnfexpr *); - -struct boolexp *printf_original(struct symlist *sl, struct expr *expr); - -#endif /* _CNFEXPR_H_ */ -- cgit v1.2.3