import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / bootprof.h
1 /*
2 boot logger: drivers/misc/mtprof/bootprof
3 interface: /proc/bootprof
4 */
5 #ifdef CONFIG_SCHEDSTATS
6 extern void log_boot(char *str);
7 #else
8 static inline void log_boot(char *str)
9 {
10 }
11 #endif