plat_macros.S 266 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PLAT_MACROS_S
  7. #define PLAT_MACROS_S
  8. /*
  9. * Print CCN registers
  10. */
  11. .macro plat_crash_print_regs
  12. .endm
  13. #endif /* PLAT_MACROS_S */