tc-common.dtsi 226 B

123456789
  1. /*
  2. * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #define PASTER(x, y) x ## y
  7. #define EVALUATOR(x, y) PASTER(x, y)
  8. #define ADDRESSIFY(addr) EVALUATOR(0x, addr)