diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-08-18 01:23:50 -0400 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2010-09-19 18:19:48 -0400 |
commit | 76a540958af5390a94b7f68c46cb7f2aed34ccf1 (patch) | |
tree | 19c6fd1e22ff5fac8785b5fb2779ace0c7d3d0c1 /scripts/kconfig/lkc_proto.h | |
parent | c0920a1cbd7aecefa5f9768e82136935132ef1cf (diff) |
kconfig: add a symbol string expansion helper
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/lkc_proto.h')
-rw-r--r-- | scripts/kconfig/lkc_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/lkc_proto.h b/scripts/kconfig/lkc_proto.h index 9a948c9ce44e..4531badb3fe1 100644 --- a/scripts/kconfig/lkc_proto.h +++ b/scripts/kconfig/lkc_proto.h | |||
@@ -28,6 +28,7 @@ P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]); | |||
28 | 28 | ||
29 | P(sym_lookup,struct symbol *,(const char *name, int flags)); | 29 | P(sym_lookup,struct symbol *,(const char *name, int flags)); |
30 | P(sym_find,struct symbol *,(const char *name)); | 30 | P(sym_find,struct symbol *,(const char *name)); |
31 | P(sym_expand_string_value,const char *,(const char *in)); | ||
31 | P(sym_re_search,struct symbol **,(const char *pattern)); | 32 | P(sym_re_search,struct symbol **,(const char *pattern)); |
32 | P(sym_type_name,const char *,(enum symbol_type type)); | 33 | P(sym_type_name,const char *,(enum symbol_type type)); |
33 | P(sym_calc_value,void,(struct symbol *sym)); | 34 | P(sym_calc_value,void,(struct symbol *sym)); |