summaryrefslogtreecommitdiffstats
path: root/package/config/lkc_proto.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-02 00:57:33 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-02 00:57:33 +0000
commit273175d0d3903f89e740adad520af516c5ca72b4 (patch)
treedea82fb76c3797d61d34f1e59ab4a0c232518b4e /package/config/lkc_proto.h
parenta18f36417b16217a2793fe74a588d8f0f9491417 (diff)
downloadbuildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.tar.gz
buildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.zip
update kbuild system
Diffstat (limited to 'package/config/lkc_proto.h')
-rw-r--r--package/config/lkc_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config/lkc_proto.h b/package/config/lkc_proto.h
index 97c79178e..6dc6d0c48 100644
--- a/package/config/lkc_proto.h
+++ b/package/config/lkc_proto.h
@@ -18,6 +18,7 @@ P(sym_change_count,int,);
P(sym_lookup,struct symbol *,(const char *name, int isconst));
P(sym_find,struct symbol *,(const char *name));
+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));
P(sym_get_type,enum symbol_type,(struct symbol *sym));