aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/core/queue.h')
-rw-r--r--drivers/mmc/core/queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
index 6bfba32ffa66..547b457c4251 100644
--- a/drivers/mmc/core/queue.h
+++ b/drivers/mmc/core/queue.h
@@ -36,12 +36,14 @@ struct mmc_blk_request {
36/** 36/**
37 * enum mmc_drv_op - enumerates the operations in the mmc_queue_req 37 * enum mmc_drv_op - enumerates the operations in the mmc_queue_req
38 * @MMC_DRV_OP_IOCTL: ioctl operation 38 * @MMC_DRV_OP_IOCTL: ioctl operation
39 * @MMC_DRV_OP_IOCTL_RPMB: RPMB-oriented ioctl operation
39 * @MMC_DRV_OP_BOOT_WP: write protect boot partitions 40 * @MMC_DRV_OP_BOOT_WP: write protect boot partitions
40 * @MMC_DRV_OP_GET_CARD_STATUS: get card status 41 * @MMC_DRV_OP_GET_CARD_STATUS: get card status
41 * @MMC_DRV_OP_GET_EXT_CSD: get the EXT CSD from an eMMC card 42 * @MMC_DRV_OP_GET_EXT_CSD: get the EXT CSD from an eMMC card
42 */ 43 */
43enum mmc_drv_op { 44enum mmc_drv_op {
44 MMC_DRV_OP_IOCTL, 45 MMC_DRV_OP_IOCTL,
46 MMC_DRV_OP_IOCTL_RPMB,
45 MMC_DRV_OP_BOOT_WP, 47 MMC_DRV_OP_BOOT_WP,
46 MMC_DRV_OP_GET_CARD_STATUS, 48 MMC_DRV_OP_GET_CARD_STATUS,
47 MMC_DRV_OP_GET_EXT_CSD, 49 MMC_DRV_OP_GET_EXT_CSD,
@@ -82,6 +84,4 @@ extern void mmc_queue_resume(struct mmc_queue *);
82extern unsigned int mmc_queue_map_sg(struct mmc_queue *, 84extern unsigned int mmc_queue_map_sg(struct mmc_queue *,
83 struct mmc_queue_req *); 85 struct mmc_queue_req *);
84 86
85extern int mmc_access_rpmb(struct mmc_queue *);
86
87#endif 87#endif