summaryrefslogtreecommitdiff
path: root/fdts/tc-common.dtsi
blob: c3311930a2e7dd8099a45162ffbee427647b12fb (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#define PASTER(x, y)		x ## y
#define EVALUATOR(x, y)		PASTER(x, y)
#define ADDRESSIFY(addr)	EVALUATOR(0x, addr)