]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - scripts/kconfig/lkc_proto.h
Merge branch 'message-callback' into kbuild/kconfig
[linux-2.6.git] / scripts / kconfig / lkc_proto.h
index 481d4849d0f0a7158aa9eff8ab9a942ee55f4055..17342fef38b94b877f0b5e93481314c27211d093 100644 (file)
@@ -30,6 +30,7 @@ P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
 
 P(sym_lookup,struct symbol *,(const char *name, int flags));
 P(sym_find,struct symbol *,(const char *name));
+P(sym_expand_string_value,const char *,(const char *in));
 P(sym_re_search,struct symbol **,(const char *pattern));
 P(sym_type_name,const char *,(enum symbol_type type));
 P(sym_calc_value,void,(struct symbol *sym));