blob: 8a3431b12de2a75ca390801bd32f56e176396826 [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef PLATFORM_DEF_H
8#define PLATFORM_DEF_H
Nariman Poushinc703f902018-03-07 10:29:57 +00009
10#include <sgm_base_platform_def.h>
11
12#define PLAT_MAX_CPUS_PER_CLUSTER 8
13#define PLAT_MAX_PE_PER_CPU 1
14
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000015#endif /* PLATFORM_DEF_H */