--- zzzz-none-000/linux-5.15.111/include/linux/kmsg_dump.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/linux/kmsg_dump.h 2024-02-07 10:23:26.000000000 +0000 @@ -54,6 +54,10 @@ bool registered; }; +#if defined(CONFIG_AVM_DEBUG) +bool kmsg_dump_get_buffer_nocontext(bool syslog, char *buf, size_t size, size_t *len); +#endif/*--- #if defined(CONFIG_AVM_DEBUG) ---*/ + #ifdef CONFIG_PRINTK void kmsg_dump(enum kmsg_dump_reason reason);