blob: 78a8118f1528aceba2ff6e8c3e436420ac79333c [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
*/
#ifdef CONFIG_MSM_BOOT_STATS
int boot_stats_init(void);
#else
static inline int boot_stats_init(void) { return 0; }
#endif