]> err.no Git - linux-2.6/blobdiff - scripts/kconfig/expr.h
Merge branch '83xx' into for_paulus
[linux-2.6] / scripts / kconfig / expr.h
index ffd42c7007ee3a7a21884405a3677331637e9aa1..6084525f604b10e9871ada2aa6ca096d5be481ff 100644 (file)
@@ -156,6 +156,7 @@ struct file *lookup_file(const char *name);
 
 extern struct symbol symbol_yes, symbol_no, symbol_mod;
 extern struct symbol *modules_sym;
+extern struct symbol *sym_defconfig_list;
 extern int cdebug;
 struct expr *expr_alloc_symbol(struct symbol *sym);
 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);