summaryrefslogtreecommitdiff
path: root/extra/config/lkc_proto.h
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-04-18 15:59:49 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-04-18 15:59:49 +0000
commitf66a762344d77b8e4a4d50e68896638a234dc631 (patch)
tree9b3bf1632a7dd59c788d998b24efa084c9f6ea0a /extra/config/lkc_proto.h
parent5178925d7b23c6fd5c79d602c9e873cb9ba50ea2 (diff)
Updated to match Linux 2.6.11.
Diffstat (limited to 'extra/config/lkc_proto.h')
-rw-r--r--extra/config/lkc_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/config/lkc_proto.h b/extra/config/lkc_proto.h
index 97c79178e..6dc6d0c48 100644
--- a/extra/config/lkc_proto.h
+++ b/extra/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));