hisi_sip_svc.h 538 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef HISI_SIP_SVC_H
  7. #define HISI_SIP_SVC_H
  8. /* SMC function IDs for SiP Service queries */
  9. #define HISI_SIP_SVC_CALL_COUNT 0x8200ff00
  10. #define HISI_SIP_SVC_UID 0x8200ff01
  11. /* 0x8200ff02 is reserved */
  12. #define HISI_SIP_SVC_VERSION 0x8200ff03
  13. /* HISI SiP Service Calls version numbers */
  14. #define HISI_SIP_SVC_VERSION_MAJOR 0x0
  15. #define HISI_SIP_SVC_VERSION_MINOR 0x1
  16. #endif /* HISI_SIP_SVC_H */