mmc-sec-feature.h 533 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Samsung Specific feature
  4. *
  5. * Copyright (C) 2024 Samsung Electronics Co., Ltd.
  6. *
  7. * Authors:
  8. * Storage Driver <[email protected]>
  9. */
  10. #ifndef __MMC_SEC_FEATURE_H__
  11. #define __MMC_SEC_FEATURE_H__
  12. #include "sdhci-pltfm.h"
  13. void sd_sec_set_features(struct mmc_host *host, struct platform_device *pdev);
  14. void sd_sec_card_event(struct mmc_host *host);
  15. void mmc_sd_sec_check_req_err(struct mmc_host *host, struct mmc_request *mrq);
  16. extern struct device *sec_sdcard_cmd_dev;
  17. #endif