summaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey/include/hisi_pwrc.h
blob: 3a87e72bee36f2b5161a90a490f5819ee9ca7f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef __HISI_PWRC_H__
#define __HISI_PWRC_H__

#ifndef __ASSEMBLY__

void hisi_pwrc_set_cluster_wfi(unsigned int id);
void hisi_pwrc_set_core_bx_addr(unsigned int core,
				unsigned int cluster,
				uintptr_t entry_point);
int hisi_pwrc_setup(void);

#endif /*__ASSEMBLY__*/

#endif /* __HISI_PWRC_H__ */