blob: 5473bfa2b8a2d633dc37977b88fbb7479da5d27d [file] [log] [blame]
Stephan Gerhold765e8592021-12-01 20:04:44 +01001/*
2 * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef MSM8916_PM_H
8#define MSM8916_PM_H
9
10void msm8916_cpu_boot(unsigned int core);
11
12#endif /* MSM8916_PM_H */