Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e729c316706783955f4a6c32c92ce708b3b0455a
/
.
/
include
/
soc
/
qcom
/
boot_stats.h
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