X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;h=160a9312e11a7dd9ee7d6bfa9f7b167e00aed06e;hp=4ff33cd099cd20f8f403fe11a5349a3aece11870;hb=4d01b0b43ea5208f5722b35246d43c0bbd1b3c7e;hpb=18b696a20bbca64a93dfecae0fdff3fb0dc85166 diff --git a/config/lkc.h b/config/lkc.h index 4ff33cd..160a931 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -108,6 +108,7 @@ const char *str_get(struct gstr *gs); /* symbol.c */ void sym_clear_all_valid(void); struct symbol *sym_choice_default(struct symbol *sym); +struct property *sym_get_range_prop(struct symbol *sym); const char *sym_get_string_default(struct symbol *sym); struct symbol *sym_check_deps(struct symbol *sym); struct property *prop_alloc(enum prop_type type, struct symbol *sym);