cqhci-crypto-qti.h 520 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #ifndef _UFSHCD_CRYPTO_QTI_H
  7. #define _UFSHCD_CRYPTO_QTI_H
  8. #include "cqhci-crypto.h"
  9. #if IS_ENABLED(CONFIG_MMC_CRYPTO_QTI)
  10. int cqhci_qti_crypto_init(struct cqhci_host *cq_host);
  11. #else
  12. int cqhci_qti_crypto_init(struct cqhci_host *cq_host)
  13. {
  14. return 0;
  15. }
  16. #endif /* CONFIG_MMC_CRYPTO_QTI) */
  17. #endif /* _UFSHCD_ICE_QTI_H */