blob: 66d4fae39babdd4a8dab22573d0034e06f1ab58c [file] [log] [blame]
Siva Durga Prasad Paladugufe4af662018-09-25 18:44:58 +05301/*
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
9static const unsigned char plat_power_domain_tree_desc[] = {1, PLATFORM_CORE_COUNT};
10
11const unsigned char *plat_get_power_domain_tree_desc(void)
12{
13 return plat_power_domain_tree_desc;
14}