Siva Durga Prasad Paladugu | fe4af66 | 2018-09-25 18:44:58 +0530 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #include <platform_def.h> | ||||
8 | |||||
9 | static const unsigned char plat_power_domain_tree_desc[] = {1, PLATFORM_CORE_COUNT}; | ||||
10 | |||||
11 | const unsigned char *plat_get_power_domain_tree_desc(void) | ||||
12 | { | ||||
13 | return plat_power_domain_tree_desc; | ||||
14 | } |