blob: 217b5193e3116afd80fe9911552113555582e47b [file] [log] [blame]
/*
boot logger: drivers/misc/mtprof/bootprof
interface: /proc/bootprof
*/
#ifdef CONFIG_SCHEDSTATS
extern void log_boot(char *str);
#else
static inline void log_boot(char *str)
{
}
#endif