summaryrefslogtreecommitdiffstats
path: root/plat/qti/msm8916/msm8916_pm.h
blob: f301d3c360412eee1841470b680638594e012a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2021-2022, Stephan Gerhold <stephan@gerhold.net>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MSM8916_PM_H
#define MSM8916_PM_H

void msm8916_cpu_boot(uintptr_t acs);
void msm8916_l2_boot(uintptr_t base);

#endif /* MSM8916_PM_H */