blob: 11e98b302d2b67036cbf72678031c0360bffc864 [file] [log] [blame]
#ifndef __CRASHLOG_H
#define __CRASHLOG_H
#ifdef CONFIG_CRASHLOG
void __init crashlog_init_mem(struct bootmem_data *bdata);
#else
static inline void crashlog_init_mem(struct bootmem_data *bdata)
{
}
#endif
#endif