smccc_def.h 330 B

12345678910111213
  1. /*
  2. * Copyright (c) 2020-2021, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef SMCCC_DEF_H
  7. #define SMCCC_DEF_H
  8. /* Defines used to retrieve ARM SOC revision */
  9. #define ARM_SOC_CONTINUATION_CODE U(0x4)
  10. #define ARM_SOC_IDENTIFICATION_CODE U(0x3B)
  11. #endif /* SMCCC_DEF_H */