diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-03 19:47:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-03 20:03:35 +0200 |
commit | 2d7e602381f3c473d6c8214e8e56bcf80ccf9fa5 (patch) | |
tree | 43bc0a7953f008fad5fbc793e8d2dfca2e540081 /scripts/config/lkc.h | |
parent | 7bf3695b0230d4cc4b6348f7c87b3c164314db8d (diff) | |
download | mtk-20170518-2d7e602381f3c473d6c8214e8e56bcf80ccf9fa5.zip mtk-20170518-2d7e602381f3c473d6c8214e8e56bcf80ccf9fa5.tar.gz mtk-20170518-2d7e602381f3c473d6c8214e8e56bcf80ccf9fa5.tar.bz2 |
scripts/config: sync with latest linux upstream
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'scripts/config/lkc.h')
-rw-r--r-- | scripts/config/lkc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/config/lkc.h b/scripts/config/lkc.h index d5daa7a..6d2400b 100644 --- a/scripts/config/lkc.h +++ b/scripts/config/lkc.h @@ -21,9 +21,7 @@ static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; extern "C" { #endif -#define P(name,type,arg) extern type name arg #include "lkc_proto.h" -#undef P #define SRCTREE "srctree" @@ -70,9 +68,6 @@ struct kconf_id { enum symbol_type stype; }; -extern int zconfdebug; - -int zconfparse(void); void zconfdump(FILE *out); void zconf_starthelp(void); FILE *zconf_fopen(const char *name); @@ -90,11 +85,6 @@ void sym_add_change_count(int count); bool conf_set_all_new_symbols(enum conf_def_mode mode); void set_all_choice_values(struct symbol *csym); -struct conf_printer { - void (*print_symbol)(FILE *, struct symbol *, const char *, void *); - void (*print_comment)(FILE *, const char *, void *); -}; - /* confdata.c and expr.c */ static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) { @@ -137,7 +127,6 @@ struct gstr { int max_width; }; struct gstr str_new(void); -struct gstr str_assign(const char *s); void str_free(struct gstr *gs); void str_append(struct gstr *gs, const char *s); void str_printf(struct gstr *gs, const char *fmt, ...); @@ -148,8 +137,6 @@ extern struct expr *sym_env_list; void sym_init(void); void sym_clear_all_valid(void); -void sym_set_all_changed(void); -void sym_set_changed(struct symbol *sym); struct symbol *sym_choice_default(struct symbol *sym); const char *sym_get_string_default(struct symbol *sym); struct symbol *sym_check_deps(struct symbol *sym); |