blob: bf948869353f218973a0de66e3072ef8219d27cc [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifdef AARCH64
8# include <machine/aarch64/_limits.h>
9#else /* AARCH32 */
10# include <machine/aarch32/_limits.h>
11#endif