123456789101112131415161718192021 |
- // SPDX-License-Identifier: GPL-2.0
- /*
- * Samsung Specific feature
- *
- * Copyright (C) 2024 Samsung Electronics Co., Ltd.
- *
- * Authors:
- * Storage Driver <[email protected]>
- */
- #ifndef __MMC_SEC_FEATURE_H__
- #define __MMC_SEC_FEATURE_H__
- #include "sdhci-pltfm.h"
- void sd_sec_set_features(struct mmc_host *host, struct platform_device *pdev);
- void sd_sec_card_event(struct mmc_host *host);
- void mmc_sd_sec_check_req_err(struct mmc_host *host, struct mmc_request *mrq);
- extern struct device *sec_sdcard_cmd_dev;
- #endif
|