From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/tools/perf/util/config.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/tools/perf/util/config.h b/kernel/tools/perf/util/config.h index bd0a589..8c881e3 100644 --- a/kernel/tools/perf/util/config.h +++ b/kernel/tools/perf/util/config.h @@ -26,9 +26,12 @@ extern const char *config_exclusive_filename; typedef int (*config_fn_t)(const char *, const char *, void *); + +int perf_config_from_file(config_fn_t fn, const char *filename, void *data); int perf_default_config(const char *, const char *, void *); int perf_config(config_fn_t fn, void *); int perf_config_int(int *dest, const char *, const char *); +int perf_config_u8(u8 *dest, const char *name, const char *value); int perf_config_u64(u64 *dest, const char *, const char *); int perf_config_bool(const char *, const char *); int config_error_nonbool(const char *); -- Gitblit v1.6.2