mtk_iommu_smc.h 333 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2023, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IOMMU_SMC_H
  7. #define IOMMU_SMC_H
  8. #include <mtk_sip_svc.h>
  9. u_register_t mtk_iommu_handler(u_register_t x1, u_register_t x2,
  10. u_register_t x3, u_register_t x4,
  11. void *handle, struct smccc_res *smccc_ret);
  12. #endif