Sign in
gfiber
/
kernel
/
mindspeed
/
c4974faab51049fd3f61eb9516d5b33d8cf3f7a0
/
.
/
include
/
linux
/
crashlog.h
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